Changeset 3073 for branches/2.0/admin


Ignore:
Timestamp:
Jan 13, 2009, 7:56:17 PM (15 years ago)
Author:
rub
Message:

merge -c3072 from trunk to branch 2.0

Fix bad $lang.
Remove not necessary information messages on upgrade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/include/functions.php

    r3046 r3073  
    15991599 * Do maintenance on all PWG tables
    16001600 *
    1601  * @return nono
     1601 * @return none
    16021602 */
    16031603function do_maintenance_all_tables()
     
    16481648    array_push(
    16491649          $page['infos'],
    1650           l10n('Optimization completed')
     1650          l10n('Optimizations completed')
    16511651          );
    16521652  }
Note: See TracChangeset for help on using the changeset viewer.