mike_p
2010-05-29 23b83608e8f9fbf0d9954d20f55171cea5c0690c
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);