diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-08 09:23:45 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-08 09:23:45 +0000 |
| commit | 5596c00ea5e3184456ea4bbf0aca48b107d6c379 (patch) | |
| tree | 300440196cf6ca0096f61e3e5e785a3f17f038e1 /admin | |
| parent | 81c835bb0ff229bcb88c8144148deeda62abea57 (diff) | |
| download | stats-5596c00ea5e3184456ea4bbf0aca48b107d6c379.tar.gz stats-5596c00ea5e3184456ea4bbf0aca48b107d6c379.tar.bz2 stats-5596c00ea5e3184456ea4bbf0aca48b107d6c379.zip | |
simplify packageInfo
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 1f28c60..085f64d 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -24,9 +24,6 @@ foreach( array_keys( $tables ) AS $tableName ) { $gBitInstaller->registerPackageInfo( STATS_PKG_NAME, array( 'description' => "Stats collects and display information about your site.", 'license' => '<a href="http://www.gnu.org/licenses/licenses.html#LGPL">LGPL</a>', - 'version' => '0.1', - 'state' => 'stable', - 'dependencies' => '', ) ); // ### Default Preferences |
