|
From: Jon O. <jon...@us...> - 2008-02-18 20:19:38
|
Update of /cvsroot/mxbb/core/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13537 Modified Files: mx_functions_tools.php Log Message: Autogenerated comments Index: mx_functions_tools.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/mx_functions_tools.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** mx_functions_tools.php 11 Feb 2008 14:03:06 -0000 1.21 --- mx_functions_tools.php 18 Feb 2008 20:19:32 -0000 1.22 *************** *** 2042,2052 **** //$this->temp_url = PORTAL_URL . this_kb_mxurl("mode=" . "article&k=" . $this->data['item_id'], false, true); ! $this->auto_message = "[b]" . $this->langs['item_title'] . ":[/b] " . $this->data['item_title'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['author'] . ":[/b] " . $this->data['item_author'] . "\n"; ! $this->auto_message .= "[b]" . $this->langs['item_description'] . ":[/b] [i]" . $this->data['item_desc'] . "[/i]\n\n"; if ($action != MX_DELETED_NOTIFICATION) { ! $this->auto_message .= "\n\n[b][url=" . $this->temp_url . "]" . $this->langs['read_full_item'] . "[/url][/b]"; } --- 2042,2052 ---- //$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>"; } *************** *** 2054,2058 **** // Update message // ! $this->auto_message_update = "[i]" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "[/i]" . "\n\n"; // --- 2054,2058 ---- // Update message // ! $this->auto_message_update = "<br /><i>" . $this->langs['edited_item_info'] . $this->data['item_editor'] . "</i>" . "<br />"; // *************** *** 4363,4368 **** { $var = func_get_args(); ! } ! echo '<pre>'; $trace = array_shift((debug_backtrace())); --- 4363,4368 ---- { $var = func_get_args(); ! } ! echo '<pre>'; $trace = array_shift((debug_backtrace())); |