From c932e8d5d4876570d2171579f150e8549c8c1805 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 29 Jun 2006 21:41:27 +0000 Subject: Issue ID 0000445: Issue ID 0000401: Finish manual merge to branch_1.6 to BSF/install/config.sql git-svn-id: http://piwigo.org/svn/trunk@1417 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/config.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config.sql b/install/config.sql index 6bd677fa6..b69a5ca5b 100644 --- a/install/config.sql +++ b/install/config.sql @@ -18,7 +18,7 @@ INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_title',' INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('gallery_url','http://demo.phpwebgallery.net','URL given in RSS feed'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate','true','Rating pictures feature is enabled'); INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('rate_anonymous','true','Rating pictures feature is also enabled for visitors'); -INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('page_banner','

PhpWebGallery demonstration site

My photos web site

','html displayed on the top each page of your gallery'); +INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('page_banner','

PhpWebGallery demonstration site

My photos web site

','html displayed on the top each page of your gallery'); -- Notification by mail INSERT INTO phpwebgallery_config (param,value,comment) VALUES ('nbm_send_mail_as','','Send mail as param value for notification by mail'); -- cgit v1.2.3