diff options
Diffstat (limited to 'shared/classes/0sql_row_obj.php')
-rw-r--r-- | shared/classes/0sql_row_obj.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/classes/0sql_row_obj.php b/shared/classes/0sql_row_obj.php index a86552a..89a7382 100644 --- a/shared/classes/0sql_row_obj.php +++ b/shared/classes/0sql_row_obj.php @@ -271,7 +271,7 @@ abstract class sql_row_obj { // If the name of this class changes, it must be up } $cols_filled++; } elseif ($from_db) { - throw new Exception('from_array called with $from_db=true, but column '.$name.' not specified.'); + throw new Exception('from_array called with $from_db=true, but column `'.$name.'` not specified.'); } } return $cols_filled; |