mike_p
2010-05-28 2c3939aa921dca849527ca073cefb9f16e3d0e43
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);