]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
Damn typo fixed... ;-)
[mailer.git] / inc / modules / admin / what-optimize.php
index 062937607b8838638816b0a25f30c933c00f86d6..683a78586461e23da1b1a611aa968efa7a621151 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Datenbank optimieren und reparieren              *
  * -------------------------------------------------------------------- *
- *                                                                      *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2008 by Roland Haeder                           *
  * For more information visit: http://www.mxchange.org                  *
@@ -82,7 +87,7 @@ foreach ($DATA['tables'] as $row_array)
        $OUT .= LOAD_TEMPLATE("admin_optimize_row", true, $content);
        $SW = 3 - $SW;
 }
-define('__TABLE_ROWS', $OUT);
+define('__ROWS', $OUT);
 
 // Prepare data for the template
 define('__TOTAL_TABS'     , $DATA['total_tabs']);