/bin/date +"%Y.%m.%d_%Hh%M"

git-svn-id: http://piwigo.org/svn/trunk@59 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub 2003-08-29 23:00:01 +00:00
parent 134e520c86
commit 720b07bb07

View file

@ -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 '',