meeting mod nur editierbar durch admins oder mods
Verfasst: 07.09.2004 16:24
geht das irgendwie?
GBY Syd
GBY Syd
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
#
#------[ FINDE ]--------------
#
// Enter or edit user comments
if ( $mode == 'edit_comment' || $edit_comment )
{
#
#------[ DARUNTER EINFÜGEN ]--------------
#
if( $comment_user_id != $userdata['user_id'] || $userdata['user_level'] != ADMIN )
{
message_die(GENERAL_MESSAGE, 'what are you looking for?');
}