Changeset 1627 for branches

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.

Location:
branches/multiuser
Files:
2 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]; 
  • branches/multiuser/schema.php

    r1606 r1627  
    9393        "dashboard" => trim(getTable("dashboard")), 
    9494        "properties" => trim(getTable("properties")), 
    95  
     95        "item2user" => trim(getTable("item2user")), 
     96        "channels2user" => trim(getTable("channels2user")) 
    9697    ); 
    9798    return $expected_tables;