Show
Ignore:
Timestamp:
11/07/06 06:51:01 (2 years ago)
Author:
mdodoo
Message:

oops - forgot to add these after my earlier issue with the insidious "svn diff" command.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multiuser/admin/index.php

    r1606 r1627  
    235235                 array (CST_ADMIN_DOMAIN_FOLDER, __('folders')), 
    236236                 array (CST_ADMIN_DOMAIN_OPML, __('opml')), 
    237                  array (CST_ADMIN_DOMAIN_TAGS, __('Tags'))) as $item) { 
     237                 array (CST_ADMIN_DOMAIN_TAGS, __('Tags')), 
     238                 array (CST__ADMIN_DOMAIN_USERS, __('Users'))) as $item) { 
    238239 
    239240        $link = "index.php?view=".$item[0];