Changeset 49 for trunk/includes/databaseconection.php
- Timestamp:
- Jan 30, 2009, 10:33:08 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:ignore
set to
SqlTranslate.zip
-
Property svn:ignore
set to
-
trunk/includes/databaseconection.php
r47 r49 22 22 { 23 23 $ReturnCommand = mysql_query($Command, $this->id_connection); 24 return $ReturnCommand; 24 if(mysql_error() != '') echo('<div>'.mysql_error().'<br>'.$Command.'</div>'); 25 return($ReturnCommand); 25 26 } 26 27
Note:
See TracChangeset
for help on using the changeset viewer.