Show
Ignore:
Timestamp:
09/06/08 21:46:19 (4 months ago)
Author:
bjohnson
Message:

schema06: Fixing a bunch of syntax errors in recent commits. Habari
successfully installs now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/schema06/system/classes/databaseconnection.php

    r2404 r2451  
    2626        'crontab', 
    2727        'groups', 
    28         'groups_permissions', 
     28        'group_token_permissions', 
    2929        'log', 
    3030        'log_types', 
     31        'object_terms', 
     32        'object_types', 
    3133        'options', 
    3234        'permissions', 
     35        'post_tokens', 
    3336        'postinfo', 
    3437        'posts', 
     
    3942        'tag2post', 
    4043        'tags', 
     44        'terms', 
     45        'tokens', 
    4146        'userinfo', 
    4247        'users', 
     48        'user_token_permissions', 
    4349        'users_groups', 
     50        'vocabularies', 
    4451    ); 
    4552