Changeset 292 for trunk/database.php
- Timestamp:
- Oct 2, 2010, 4:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/database.php
r229 r292 15 15 16 16 if($Config['Web']['ShowSQLQuery'] == true) 17 echo('<div style="border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 3px; padding-top: 3px; font-size: 12px; font-family: Arial;">'.$Query.'</div>' );17 echo('<div style="border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 3px; padding-top: 3px; font-size: 12px; font-family: Arial;">'.$Query.'</div>'."\n"); 18 18 $Result = parent::query($Query); 19 19 if(($this->error != '') and ($Config['Web']['ShowSQLError'] == true))
Note:
See TracChangeset
for help on using the changeset viewer.