Index: trunk/core/kernel/db/dblist.php =================================================================== diff -u -N -r8067 -r8369 --- trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 8067) +++ trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 8369) @@ -862,6 +862,16 @@ $this->addFilter('parent_filter', '`'.$this->TableName.'`.`'.$foreign_key_field.'` = '.$parent_id); // only for list in this case } } + + /** + * Returns true if list was queried (same name as for kDBItem for easy usage) + * + * @return bool + */ + function isLoaded() + { + return $this->Queried; + } } ?> \ No newline at end of file