diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:17 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:17 +0000 |
| commit | f610cc437df9fb31cd0963700212022e952ba6ed (patch) | |
| tree | 1be3af1b63f16963324078976799236848410364 /admin | |
| parent | 82da5ffb461ffc9556b7432f099a36f7603240b7 (diff) | |
| download | stats-f610cc437df9fb31cd0963700212022e952ba6ed.tar.gz stats-f610cc437df9fb31cd0963700212022e952ba6ed.tar.bz2 stats-f610cc437df9fb31cd0963700212022e952ba6ed.zip | |
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 4d72142..0905f2b 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -13,7 +13,7 @@ $tables = array( global $gBitInstaller; foreach( array_keys( $tables ) AS $tableName ) { - $gBitInstaller->registerSchemaTable( STATS_PKG_DIR, $tableName, $tables[$tableName] ); + $gBitInstaller->registerSchemaTable( STATS_PKG_NAME, $tableName, $tables[$tableName] ); } $gBitInstaller->registerPackageInfo( STATS_PKG_NAME, array( |
