very very good and important
Thanks
Code: Select all
phpBB Debug] PHP Notice: in file /posting.php on line 848: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4286: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4287: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4288: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493
Code: Select all
//-- mod: LimitPostsPerDay ------------------------------------------------------------
if ($mode != 'edit' && !$preview && !$refresh && LimitPostsPerDay($forum_id))
{
$error[] = $user->lang['POST_PER_DAY_LIMIT_REACHED'];
}
//-- end: LimitPostsPerDay ------------------------------------------------------------