NBonline
2005-11-27 040f8cf58a0e20edb77a6fe4cfb4df1b35dc45d7
interface/lib/classes/tform.inc.php
@@ -216,6 +216,7 @@
         $querystring = str_replace("{GROUPS}",$_SESSION["s"]["user"]["groups"],$querystring);
         $table_idx = $this->formDef['db_table_idx'];
         $querystring = str_replace("{RECORDID}",$record[$table_idx],$querystring);
         $querystring = str_replace("{AUTHSQL}",$this->getAuthSQL('r'),$querystring);
         
         // Getting the records
         $tmp_records = $app->db->queryAllRecords($querystring);