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