Vergleich sendthread.php - 1.2.8 - 1.2.10

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * Website: http://www.mybboard.net
* License: http://www.mybboard.net/eula.html
*

 * $Id: sendthread.php 3030 2007-04-26 00:19:47Z Tikitiki $

 * $Id: sendthread.php 3478 2007-11-15 04:11:36Z Tikitiki $

 */

define("IN_MYBB", 1);

 */

define("IN_MYBB", 1);

Zeile 51Zeile 51
	error_no_permission();
}


	error_no_permission();
}


// Password protected forums
check_forum_password($fid, $forum['password']);

// Check if this forum is password protected and we have a valid password
check_forum_password($forum['fid']);


if($mybb->usergroup['cansendemail'] == "no")
{


if($mybb->usergroup['cansendemail'] == "no")
{