Changeset 2094 in ExiteCMS for trunk/includes/db_functions.php
- Timestamp:
- 12/06/08 22:42:30 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/db_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/db_functions.php
r1991 r2094 101 101 102 102 // bail out if an error occurred and we're NOT in CLI mode! 103 if ( !CMS_CLI&& !$result) {103 if ((defined('CMS_CLI') && !CMS_CLI) && !$result) { 104 104 if ($display || $settings['debug_querylog']) { 105 105 echo "<pre><br />Query: ".$query."<br />";
Note: See TracChangeset
for help on using the changeset viewer.
