Dominik
2014-01-23 2d7d9eaa5acda62f1580bc09304ce85a7f7cea9f
interface/lib/classes/tform_base.inc.php
@@ -270,6 +270,7 @@
         unset($tmp_recordid);
         $querystring = str_replace("{AUTHSQL}", $this->getAuthSQL('r'), $querystring);
         $querystring = preg_replace_callback('@{AUTHSQL::(.+?)}@', "self::table_auth_sql", $querystring);
         // Getting the records
         $tmp_records = $app->db->queryAllRecords($querystring);