|
From: Jon O. <jon...@us...> - 2008-07-06 22:13:55
|
Update of /cvsroot/mxbb/mx_linkdb/linkdb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26712/includes Modified Files: functions.php Log Message: comments, notifications, etc Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/linkdb/includes/functions.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** functions.php 3 Jun 2008 20:10:06 -0000 1.25 --- functions.php 6 Jul 2008 22:13:50 -0000 1.26 *************** *** 758,762 **** * @param unknown_type $item_id */ ! function init( $item_id = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $linkdb; --- 758,762 ---- * @param unknown_type $item_id */ ! function init( $item_id = 0, $allow_comment_wysiwyg = 0) { global $db, $lang, $module_root_path, $phpbb_root_path, $mx_root_path, $phpEx, $userdata, $linkdb; *************** *** 868,871 **** --- 868,876 ---- $this->temp_url = PORTAL_URL . $linkdb->this_mxurl("action=" . "jump&link_id=" . $this->data['item_id'], false, true); $mx_root_path = $mx_root_path_tmp; + + // + // Toggles + // + $this->allow_comment_wysiwyg = $allow_comment_wysiwyg; } } |