|
From: Jon O. <jon...@us...> - 2008-06-03 20:13:32
|
Update of /cvsroot/mxbb/mx_quotations/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3297/includes Modified Files: mx_quotations_add.php mx_quotations_constants.php mx_quotations_del.php mx_quotations_edit.php Log Message: Final updates mxBB -> MXP and alike... Index: mx_quotations_add.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_add.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_quotations_add.php 9 Sep 2007 20:49:09 -0000 1.11 --- mx_quotations_add.php 3 Jun 2008 20:13:26 -0000 1.12 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: mx_quotations_del.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_del.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_quotations_del.php 9 Sep 2007 20:49:09 -0000 1.9 --- mx_quotations_del.php 3 Jun 2008 20:13:26 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * Index: mx_quotations_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_constants.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_quotations_constants.php 17 Jun 2006 20:50:15 -0000 1.3 --- mx_quotations_constants.php 3 Jun 2008 20:13:26 -0000 1.4 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * *************** *** 30,34 **** $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); ! $mx_page->add_copyright( 'mxBB Quotations Module' ); } ?> \ No newline at end of file --- 30,34 ---- $mx_user->extend(MX_LANG_MAIN, MX_IMAGES_NONE); ! $mx_page->add_copyright( 'MXP Quotations Module' ); } ?> \ No newline at end of file Index: mx_quotations_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/includes/mx_quotations_edit.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_quotations_edit.php 9 Sep 2007 20:49:09 -0000 1.11 --- mx_quotations_edit.php 3 Jun 2008 20:13:26 -0000 1.12 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_quotations * @version $Id$ ! * @copyright (c) 2002-2006 [Jaime] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * |