|
From: Florin C B. <ory...@us...> - 2011-07-27 19:47:28
|
Update of /cvsroot/mxbb/mx_clock
In directory vz-cvs-4.sog:/tmp/cvs-serv15691
Modified Files:
db_install.php db_upgrade.php mx_clock.pak mx_clock.php
Log Message:
clenup
Index: mx_clock.pak
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.pak,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mx_clock.pak 30 Sep 2009 14:26:50 -0000 1.2
--- mx_clock.pak 27 Jul 2011 19:47:26 -0000 1.3
***************
*** 1,5 ****
! module=+:72=+:mx_clock=+:modules/mx_clock/=+:Clock for mxBB-portal=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:85=+:Clock Block=+:Clock Block=+:mx_clock.php=+:
parameter=+:85=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
parameter=+:85=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
--- 1,5 ----
! module=+:72=+:Mx-Clock=+:modules/mx_clock/=+:Clock for MxP-CMS=+:
New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:85=+:Flash Clock=+:Clock Block=+:mx_clock.php=+:
parameter=+:85=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
parameter=+:85=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
***************
*** 8,11 ****
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Mx Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! function=+:0=+:0=+:0=+:endoflist=+:0=+:0
--- 8,24 ----
parameter=+:85=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Mx-Clock=+:Demo block=+:85=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! New_function=+:---------------------------=+:0=+:0=+:0=+:0=+:0
! function=+:72=+:86=+:localtimesclock=+:localtimesclock=+:localtimesclock.php=+:
! parameter=+:86=+:176=+:flash_width=+:Number=+:200=+:=+:0=+:10
! parameter=+:86=+:177=+:flash_height=+:Number=+:200=+:=+:0=+:20
! parameter=+:86=+:178=+:flash_wmode_trasparent=+:Radio_single_select=+:trasparent=+:a:2:{i:0;s:10:"trasparent";i:1;s:6:"normal";}=+:1=+:30
! parameter=+:86=+:179=+:flv_file=+:Text=+:design.swf=+:=+:1=+:0
! parameter=+:86=+:180=+:flv_img=+:Text=+:clock.png=+:=+:1=+:0
! parameter=+:86=+:181=+:comunity=+:Text=+:Europe=+:=+:1=+:30
! parameter=+:86=+:182=+:country=+:Text=+:Romania=+:=+:1=+:30
! parameter=+:86=+:183=+:city=+:Text=+:Bucharest=+:=+:1=+:30
! parameter=+:86=+:184=+:design=+:Text=+:design01=+:=+:1=+:30
! parameter=+:0=+:0=+:0=+:endoflist=+:0=+:0
! block=+:=+:Local Times Clock=+:Local Times block=+:86=+:0=+:5=+:0=+:0=+:0=+:0=+:1=+:1
! function=+:0=+:0=+:0=+:endoflist=+:0=+:0
\ No newline at end of file
Index: db_install.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/db_install.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** db_install.php 8 Jul 2009 03:15:10 -0000 1.7
--- db_install.php 27 Jul 2011 19:47:26 -0000 1.8
***************
*** 2,6 ****
/**
*
! * @package MX-Publisher Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
--- 2,6 ----
/**
*
! * @package mxBB Portal Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
***************
*** 31,36 ****
}
! $mx_module_version = '2.9.1';
! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>';
$message = "<b>This is a fresh install!</b><br/><br/>";
--- 31,36 ----
}
! $mx_module_version = '3.0.0-RC';
! $mx_module_copy = 'MX-Publisher CMS<i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>';
$message = "<b>This is a fresh install!</b><br/><br/>";
***************
*** 43,47 ****
WHERE module_id = '" . $mx_module_id . "'";
! $message .= mx_do_install_upgrade($sql);
echo "<br /><br />";
--- 43,47 ----
WHERE module_id = '" . $mx_module_id . "'";
! $message .= mx_do_install_upgrade( $sql );
echo "<br /><br />";
Index: mx_clock.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/mx_clock.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mx_clock.php 30 Sep 2009 14:26:50 -0000 1.6
--- mx_clock.php 27 Jul 2011 19:47:26 -0000 1.7
***************
*** 4,10 ****
* @package MX-Publisher Module - mx_clock
* @version $Id$
! * @copyright (c) 2002-2006 [Florin Bodin] mxBB Development Team
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://www.mx-publisher.com
*
*/
--- 4,10 ----
* @package MX-Publisher Module - mx_clock
* @version $Id$
! * @copyright (c) 2002-2006 [Florin Bodin] mxp-cms team
* @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2
! * @link http://mxpcms.sourceforge.net/
*
*/
Index: db_upgrade.php
===================================================================
RCS file: /cvsroot/mxbb/mx_clock/db_upgrade.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** db_upgrade.php 8 Jul 2009 03:15:10 -0000 1.7
--- db_upgrade.php 27 Jul 2011 19:47:26 -0000 1.8
***************
*** 2,6 ****
/**
*
! * @package MX-Publisher Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
--- 2,6 ----
/**
*
! * @package mxBB Portal Module - mx_clock
* @version $Id$
* @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team
***************
*** 31,36 ****
}
! $mx_module_version = '2.9.1';
! $mx_module_copy = 'MXP <i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://www.mx-publisher.com" target="_blank">OryNider</a>';
$message = "<b>Upgrading!</b><br/><br/>";
--- 31,36 ----
}
! $mx_module_version = '3.0.0-RC';
! $mx_module_copy = 'MX-Publisher CMS<i> - Clock</i> module by Drumstix42 (Mark Schlitz) & <a href="http://mxpcms.sourceforge.net/" target="_blank">OryNider</a>';
$message = "<b>Upgrading!</b><br/><br/>";
|