diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:56:35 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-10-29 17:56:35 +0000 |
| commit | 9aef9295fb300b1d46443fda889d5f2da007dddf (patch) | |
| tree | 89b376a24fa3fb426b7e04b321a2b62fb7e57a44 /admin | |
| parent | 05124d7049506310cfd8ddc7ec762d3a2f8ff209 (diff) | |
| download | stats-9aef9295fb300b1d46443fda889d5f2da007dddf.tar.gz stats-9aef9295fb300b1d46443fda889d5f2da007dddf.tar.bz2 stats-9aef9295fb300b1d46443fda889d5f2da007dddf.zip | |
merge recent changes into HEAD
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 0905f2b..c36ee09 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -3,9 +3,9 @@ $tables = array( 'tiki_referer_stats' => " - referer C(50) NOTNULL, - hits I8, - last I8 + referer C(50) NOTNULL, + hits I8, + last I8 " ); @@ -31,8 +31,8 @@ $gBitInstaller->registerPreferences( STATS_PKG_NAME, array( // ### Default UserPermissions $gBitInstaller->registerUserPermissions( STATS_PKG_NAME, array( - array('bit_p_view_referer_stats', 'Can view referer stats', 'editors', 'stats'), - array('bit_p_view_stats', 'Can view site stats', 'basic', 'stats'), + array('bit_p_view_referer_stats', 'Can view referer stats', 'editors', STATS_PKG_NAME), + array('bit_p_view_stats', 'Can view site stats', 'basic', STATS_PKG_NAME), ) ); |
