From 961640b8d69f949bf2d57420ded7690c96599b58 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 7 Dec 2006 23:21:54 +0000 Subject: - remove #user_cache_categories.is_child_date_last - optimize code in get_icon - correct css font-wigth:italic to font-style:italic - aditionnal check on $conf['authorize_remembering'] before allowing auto_login git-svn-id: http://piwigo.org/svn/trunk@1641 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/38-database.php | 50 +++++++++++++++++++++++++++++++++++++ install/phpwebgallery_structure.sql | 1 - 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 install/db/38-database.php (limited to 'install') diff --git a/install/db/38-database.php b/install/db/38-database.php new file mode 100644 index 000000000..07dded8f9 --- /dev/null +++ b/install/db/38-database.php @@ -0,0 +1,50 @@ + diff --git a/install/phpwebgallery_structure.sql b/install/phpwebgallery_structure.sql index 469b1b9a1..dc1d69f0f 100644 --- a/install/phpwebgallery_structure.sql +++ b/install/phpwebgallery_structure.sql @@ -297,7 +297,6 @@ DROP TABLE IF EXISTS `phpwebgallery_user_cache_categories`; CREATE TABLE `phpwebgallery_user_cache_categories` ( `user_id` smallint(5) NOT NULL default '0', `cat_id` smallint(5) unsigned NOT NULL default '0', - `is_child_date_last` enum('true','false') NOT NULL default 'false', `max_date_last` datetime default NULL, `count_images` mediumint(8) unsigned default 0, `count_categories` mediumint(8) unsigned default 0, -- cgit v1.2.3