vogelor
2010-05-26 fbda8fe554d2094a0ba36f8a40f407332372440f
interface/lib/classes/listform.inc.php
@@ -91,6 +91,8 @@
            //$querystring = str_replace("{RECORDID}",$record[$table_idx],$querystring);
         $app->uses('tform');
            $querystring = str_replace("{AUTHSQL}",$app->tform->getAuthSQL('r'),$querystring);
            $querystring = str_replace("{AUTHSQL-A}",$app->tform->getAuthSQL('r','a'),$querystring);
            $querystring = str_replace("{AUTHSQL-B}",$app->tform->getAuthSQL('r','b'),$querystring);
            //* Getting the records
            $tmp_records = $app->db->queryAllRecords($querystring);