|
From: Yettyn <jo...@us...> - 2008-02-05 10:31:47
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5503/modules/mx_navmenu Modified Files: db_upgrade.php db_install.php Log Message: previous commits that accidently got overwritten restored (One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements.) and add my local .project file to cvsignore Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_install.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** db_install.php 4 Feb 2008 18:09:32 -0000 1.7 --- db_install.php 5 Feb 2008 10:31:13 -0000 1.8 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 4 Feb 2008 19:07:50 -0000 1.9 --- db_upgrade.php 5 Feb 2008 10:31:13 -0000 1.10 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_navmenu * @version $Id$ ! * @copyright (c) 2002-2008 [Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com |