mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 10:13:00 +02:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user