diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-08 07:59:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-08 07:59:21 +0000 |
commit | 3a289531c38e4a7c1b0199b5ade8dae433e77166 (patch) | |
tree | 5e79949f91a904be5b7dcb40ed631bab199886dd /lib/class/update.class.php | |
parent | bb0e979ad50c4b97178b10db00fb346d275de4fc (diff) | |
download | ampache-3a289531c38e4a7c1b0199b5ade8dae433e77166.tar.gz ampache-3a289531c38e4a7c1b0199b5ade8dae433e77166.tar.bz2 ampache-3a289531c38e4a7c1b0199b5ade8dae433e77166.zip |
fixed some typos that prevented genre stats from being tracked at all
Diffstat (limited to 'lib/class/update.class.php')
-rw-r--r-- | lib/class/update.class.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/class/update.class.php b/lib/class/update.class.php index 7f6a76c1..1cb8f10b 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -949,5 +949,16 @@ class Update { } // update_332001 + function update_332002() { + +// $sql = "CREATE TABLE `ip_history` (`username` VARCHAR(128), `ip` INT(11) UNSIGNED NOT NULL DEFAULT '0', " . +// "`connections` INT(11) UNSIGNED NOT NULL DEFAULT '1', `date` INT(11) UNSIGNED NOT NULL DEFAULT '0')"; + + + + + } // update_332002 + + } // end update class ?> |