|
From: OryNider <ory...@us...> - 2008-03-12 23:11:34
|
Update of /cvsroot/mxbb/mx_mod_core/root/mx_mod/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14605 Modified Files: functions_tools.php Log Message: <b> -> [b] in mx_mod Index: functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/mx_mod_core/root/mx_mod/includes/functions_tools.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_tools.php 10 Mar 2008 06:02:26 -0000 1.1 --- functions_tools.php 12 Mar 2008 23:11:23 -0000 1.2 *************** *** 2036,2046 **** //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "<br /><b>" . $this->langs['item_title'] . ":</b> " . $this->data['item_title'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['author'] . ":</b> " . $this->data['item_author'] . "<br />"; ! $this->auto_message .= "<b>" . $this->langs['item_description'] . ":</b> <i>" . $this->data['item_desc'] . "</i><br />"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "<br /><b><a href=\"" . $this->temp_url . "\">" . $this->langs['read_full_item'] . "</a></b>"; } --- 2036,2046 ---- //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "<br />[b]" . $this->langs['item_title'] . ":[/b] " . $this->data['item_title'] . "<br />"; ! $this->auto_message .= "[b]" . $this->langs['author'] . ":[/b] " . $this->data['item_author'] . "<br />"; ! $this->auto_message .= "[b]" . $this->langs['item_description'] . ":</b> [i]" . $this->data['item_desc'] . "[/i]<br />"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "<br />[b][URL=" . $this->temp_url . "]" . $this->langs['read_full_item'] . "[/URL][/b]"; } |