feature 3095: add "comments_enable_website" param + GUI

git-svn-id: http://piwigo.org/svn/trunk@28764 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
mistic100
2014-06-22 11:41:47 +00:00
parent f77f3698fe
commit b4b1797530
8 changed files with 51 additions and 2 deletions
+1
View File
@@ -262,6 +262,7 @@ SELECT
'SHOW_EMAIL' => !is_classic_user() or empty($user['email']),
'EMAIL_MANDATORY' => $conf['comments_email_mandatory'],
'EMAIL' => '',
'SHOW_WEBSITE' => $conf['comments_enable_website'],
);
if ('reject'==@$comment_action)