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

git-svn-id: http://piwigo.org/svn/trunk@80 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-09-07 23:00:01 +00:00
parent a725a02ff2
commit 1d8cccba87

View File

@@ -34,7 +34,7 @@ CREATE TABLE phpwebgallery_comments (
id int(11) unsigned NOT NULL auto_increment,
image_id mediumint(8) unsigned NOT NULL default '0',
date int(11) unsigned NOT NULL default '0',
author varchar(255) NOT NULL default '',
author varchar(255) default NULL,
content longtext,
validated enum('true','false') NOT NULL default 'false',
PRIMARY KEY (id)