Update of /cvsroot/phpwebsite-comm/modules/uplink/boost
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16778/boost
Modified Files:
update.php
Log Message:
minor cosmetic changes made to source files
Index: update.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/uplink/boost/update.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** update.php 26 Jul 2004 23:41:28 -0000 1.1.1.1
--- update.php 27 Jul 2004 00:41:11 -0000 1.2
***************
*** 4,8 ****
* Update file for uplink
*
! * Reloads the uplink help data, which often changes between versions.
*
* @version $Id$
--- 4,8 ----
* Update file for uplink
*
! * Reloads the uplink help data, which often change between versions.
*
* @version $Id$
***************
*** 21,25 ****
if ($currentVersion < "0.7.2") {
! $content .= "Updating Uplink to version 0.7.1 .<br />";
/* reload the help information if help system is loaded */
--- 21,25 ----
if ($currentVersion < "0.7.2") {
! $content .= "Updating Uplink to version 0.7.2 .<br />";
/* reload the help information if help system is loaded */
***************
*** 35,39 ****
}
! $content .= "Update to version 0.7.1 finished.<br />";
}
--- 35,39 ----
}
! $content .= "Update to version 0.7.2 finished.<br />";
}
|