Web Service:

- Delete high and normal in #ws_access table
- start date is kept.

w0p0 template: Minor change


git-svn-id: http://piwigo.org/svn/trunk@1791 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-02-08 21:20:40 +00:00
parent a62ab78e2a
commit 1f53608976
5 changed files with 69 additions and 19 deletions
-2
View File
@@ -431,8 +431,6 @@ CREATE TABLE `phpwebgallery_ws_access` (
`start` datetime default NULL,
`end` datetime default NULL,
`request` varchar(255) default NULL,
`high` enum('true','false') NOT NULL default 'true',
`normal` enum('true','false') NOT NULL default 'true',
`limit` smallint(5) unsigned default NULL,
`comment` varchar(255) default NULL,
PRIMARY KEY (`id`),