/[drupal]/contributions/modules/db_maintenance/db_maintenance.module
ViewVC logotype

Diff of /contributions/modules/db_maintenance/db_maintenance.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.11.2.2.2.4, Fri Apr 17 15:21:17 2009 UTC revision 1.11.2.2.2.5, Fri Apr 17 15:27:54 2009 UTC
# Line 177  function db_maintenance_optimize_tables( Line 177  function db_maintenance_optimize_tables(
177          }          }
178          // Return to the previously set database.          // Return to the previously set database.
179          db_set_active($previous);          db_set_active($previous);
180          watchdog('db_maintenance', 'Optimized @table table in @db database.', array('@db' => $db_name, '@table' => $table_name), WATCHDOG_DEBUG);          if (variable_get('db_maintenance_log', 0)) {
181              watchdog('db_maintenance', 'Optimized @table table in @db database.', array('@db' => $db_name, '@table' => $table_name), WATCHDOG_DEBUG);
182            }
183        }        }
184        if (variable_get('db_maintenance_log', 0)) {        if (variable_get('db_maintenance_log', 0)) {
185          $tables = implode(', ', $config_tables);          $tables = implode(', ', $config_tables);

Legend:
Removed from v.1.11.2.2.2.4  
changed lines
  Added in v.1.11.2.2.2.5

  ViewVC Help
Powered by ViewVC 1.1.2