Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: ratethread.php 2164 2006-08-30 06:17:49Z chris $
| * $Id: ratethread.php 3478 2007-11-15 04:11:36Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 36 | Zeile 36 |
---|
{ error($lang->error_invalidforum); }
|
{ error($lang->error_invalidforum); }
|
// Password protected forums ......... yhummmmy! check_forum_password($forum['fid'], $forum['password']);
| // Check if this forum is password protected and we have a valid password check_forum_password($forum['fid']);
|
if($forum['allowtratings'] == "no") {
| if($forum['allowtratings'] == "no") {
|