From: Simon H. <sim...@us...> - 2010-09-29 15:08:42
|
Update of /cvsroot/stack/stack-dev/install/update In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28759/install/update Modified Files: Tag: STACK2_2 Updater.php Log Message: Update script extended for STACK 2.2 Index: Updater.php =================================================================== RCS file: /cvsroot/stack/stack-dev/install/update/Updater.php,v retrieving revision 1.6 retrieving revision 1.6.10.1 diff -C2 -d -r1.6 -r1.6.10.1 *** Updater.php 27 Aug 2009 16:22:48 -0000 1.6 --- Updater.php 29 Sep 2010 15:08:34 -0000 1.6.10.1 *************** *** 63,68 **** unset($update); ! case 'STACK 2.0 alpha 2': ! //nothing yet } --- 63,73 ---- unset($update); ! // bit of a jump!? ! ! case 'STACK 2.2': ! require_once('updates/Alpha2.php'); //load the code to update STACK to alpha 2 ! $update = new TwoPointTwo($this->errorLog); ! $update->performUpdate(); ! unset($update); } |