Possiblity to forbid simple guests to add their comments

git-svn-id: http://piwigo.org/svn/trunk@42 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
z0rglub
2003-07-26 12:55:14 +00:00
parent a7eb0781cf
commit c0d1ed215c
5 changed files with 59 additions and 15 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ $infos = array( 'prefix_thumbnail', 'webmaster', 'mail_webmaster', 'access',
'max_user_listbox', 'show_comments', 'nb_comment_page',
'upload_available', 'upload_maxfilesize', 'upload_maxwidth',
'upload_maxheight', 'upload_maxwidth_thumbnail',
'upload_maxheight_thumbnail','log','comments_validation' );
'upload_maxheight_thumbnail','log','comments_validation',
'comments_forall' );
$query = 'SELECT ';
foreach ( $infos as $i => $info ) {