1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00
This commit is contained in:
marj
2009-11-19 09:46:14 +00:00
parent 3005845088
commit d8436b9f18
2 changed files with 9 additions and 9 deletions

View File

@@ -9,13 +9,13 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/forum_mod.php,v $
* $Revision: 1.8 $
* $Date: 2009-11-18 01:05:36 $
* $Author: e107coders $
* $Revision: 1.9 $
* $Date: 2009-11-19 09:46:14 $
* $Author: marj_nl_fr $
*/
if (!defined('e107_INIT')) { exit; }
include_lan(e_PLUGIN.'forum/languages/English/lan_forum_admin.php');
if (!defined('e107_INIT')) { exit(); }
include_lan(e_PLUGIN.'forum/languages/'.e_LANGUAGE.'/lan_forum_admin.php');
function forum_thread_moderate($p)
{