plugins/SpecialAdmin.php
changeset 272 e0ec986c0af3
parent 270 5bcdee999015
child 279 8acd77a6c19d
child 294 4ab30e8dd168
--- a/plugins/SpecialAdmin.php	Sun Nov 18 18:44:55 2007 -0500
+++ b/plugins/SpecialAdmin.php	Wed Nov 21 15:10:57 2007 -0500
@@ -2479,12 +2479,12 @@
     foreach($tables as $t)
     {
       // THE FOLLOWING COMMENT DOES NOT APPLY AS OF 1.0.
-      // Sorry folks - this script CAN'T backup enano_files, enano_search_index, and enano_search_cache due to the sheer size of the tables.
+      // Sorry folks - this script CAN'T backup enano_files and enano_search_index due to the sheer size of the tables.
       // If encryption is enabled the log data will be excluded too.
       echo export_table(
         $t,
         isset($_POST['do_struct']),
-        ( isset($_POST['do_data']) /* && $t != table_prefix.'files' && $t != table_prefix.'search_index' && $t != table_prefix.'search_cache' && ( !defined('SQL_BACKUP_CRYPT') || ( defined('SQL_BACKUP_CRYPT') && $t != table_prefix.'logs' ) ) */ ),
+        ( isset($_POST['do_data']) ),
         false
         ) . "\n";
     }