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/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;