aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-08-29 23:00:01 +0000
committerz0rglub <z0rglub@piwigo.org>2003-08-29 23:00:01 +0000
commit720b07bb075245ad8c9c46092c13ce0fad54c21d (patch)
tree9ec4529f15a569b17163d49562a23e6c6017e1c3
parent134e520c86aa1903e04a9826ad71b43eb8c3170b (diff)
`/bin/date +"%Y.%m.%d_%Hh%M"`
git-svn-id: http://piwigo.org/svn/trunk@59 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/phpwebgallery_structure.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/phpwebgallery_structure.sql b/admin/phpwebgallery_structure.sql
index f76bb8ba0..95d550c99 100644
--- a/admin/phpwebgallery_structure.sql
+++ b/admin/phpwebgallery_structure.sql
@@ -228,7 +228,7 @@ CREATE TABLE phpwebgallery_users (
DROP TABLE IF EXISTS phpwebgallery_waiting;
CREATE TABLE phpwebgallery_waiting (
id int(10) unsigned NOT NULL auto_increment,
- cat_id smallint(5) unsigned NOT NULL default '0',
+ category_id smallint(5) unsigned NOT NULL default '0',
file varchar(255) NOT NULL default '',
username varchar(255) NOT NULL default '',
mail_address varchar(255) NOT NULL default '',