Index: trunk/core/kernel/db/dblist.php =================================================================== diff -u -N -r8369 -r8388 --- trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 8369) +++ trunk/core/kernel/db/dblist.php (.../dblist.php) (revision 8388) @@ -714,6 +714,11 @@ return $this->getCurrentRecord(); } + /** + * Returns current record from list + * + * @return Array + */ function &getCurrentRecord() { return $this->Records[$this->CurrentIndex];