Index: trunk/tools/flush_tables.php =================================================================== diff -u -N --- trunk/tools/flush_tables.php (revision 912) +++ trunk/tools/flush_tables.php (revision 0) @@ -1,27 +0,0 @@ -GetCol('SHOW TABLES LIKE \''.TABLE_PREFIX.'%\''); - foreach($tables as $table) - { - $tool_db->Query($sql_prefix.' '.$table); - } - -?> \ No newline at end of file