diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-01-31 18:09:08 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-01-31 18:09:08 +0000 |
| commit | f7448ba2d65171abad4ee4c4f9c2d6d99ecd30e6 (patch) | |
| tree | 83cc09ea96c7dd9dcb5c8c518151673eb5f06c16 | |
| parent | d8903bb350689baead520d8905ad8490bd531fc1 (diff) | |
| download | xxv-f7448ba2d65171abad4ee4c4f9c2d6d99ecd30e6.tar.gz xxv-f7448ba2d65171abad4ee4c4f9c2d6d99ecd30e6.tar.bz2 | |
* Update CHANGELOG
* Backport fixes to XXV-1.0.2
* Remove query of revision by svnversion (Use maximum of modul version)
* TIMERS: Drop used function getEvents
* CHANNELS: Don't redirect if deletion of channel failed
* widget/list: avoid theoretical wrong item selection
* popularity: change layout of database table for smaller memory using
| -rw-r--r-- | contrib/popularity/t10.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/popularity/t10.php b/contrib/popularity/t10.php index 00fb2ea..2fb5066 100644 --- a/contrib/popularity/t10.php +++ b/contrib/popularity/t10.php @@ -384,7 +384,7 @@ function createtable($k) { $query = "CREATE TABLE IF NOT EXISTS #__popularity ("
. " user varchar(16) NOT NULL default '',"
. " id int unsigned NOT NULL default '0',"
- . " level int default NULL,"
+ . " level tinyint unsigned default NULL,"
. " stoptime datetime NOT NULL,"
. " UNIQUE KEY `event` (`user`,`id`)"
. " )" |
