Changeset 58 for trunk/includes
- Timestamp:
- Feb 3, 2009, 8:26:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/databaseconection.php
r57 r58 24 24 25 25 $ReturnCommand = mysql_query($Command, $this->id_connection); 26 if((mysql_error() != '') and ($Config['Web']['ShowSQLError s']= true))26 if((mysql_error() != '') and ($Config['Web']['ShowSQLError'] == true)) 27 27 echo('<div>'.mysql_error().'<br>'.$Command.'</div>'); 28 28 return($ReturnCommand);
Note:
See TracChangeset
for help on using the changeset viewer.