diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-02-05 10:19:27 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-02-05 10:19:27 +0000 |
| commit | 441e8c27f4074143e1722a9eef654f1e85c1f3bd (patch) | |
| tree | 981d88a061a009594d98c910223abc207847f057 /admin/schema_inc.php | |
| parent | f7af3930f35011035f2876382e31f482cb56653c (diff) | |
| download | newsletters-441e8c27f4074143e1722a9eef654f1e85c1f3bd.tar.gz newsletters-441e8c27f4074143e1722a9eef654f1e85c1f3bd.tar.bz2 newsletters-441e8c27f4074143e1722a9eef654f1e85c1f3bd.zip | |
Correct name error which caused indexes to attempt to be installed without package
Diffstat (limited to 'admin/schema_inc.php')
| -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 bb771ac..78806eb 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -95,7 +95,7 @@ $indices = array ( 'mailq_content_idx' => array( 'table' => 'mail_queue', 'cols' => 'content_id', 'opts' => NULL ), 'mailq_sent_idx' => array( 'table' => 'mail_queue', 'cols' => 'sent_date', 'opts' => NULL ), ); -$gBitInstaller->registerSchemaIndexes( LIBERTY_PKG_NAME, $indices ); +$gBitInstaller->registerSchemaIndexes( NEWSLETTERS_PKG_NAME, $indices ); // ### Default UserPermissions $gBitInstaller->registerUserPermissions( NEWSLETTERS_PKG_NAME, array( |
