Magic constants removed from db layer
[mailer.git] / inc / modules / admin / admin-inc.php
index ebf2b0e3caba251d4c141eed40166ac957c60b57..e386039365eb9ed0c5e48518ed605dfd6657e1b7 100644 (file)
@@ -903,7 +903,7 @@ function ADMIN_BUILD_LIST ($listType, $IDs, $table, $columns, $filterFunctions,
                $id = bigintval($id);
 
                // Get result from a given column array and table name
-               $result = SQL_RESULT_FROM_ARRAY($table, $columns, $idColumn, $id);
+               $result = SQL_RESULT_FROM_ARRAY($table, $columns, $idColumn, $id, __FILE__, __LINE__);
 
                // Is there one entry?
                if (SQL_NUMROWS($result) == 1) {