------------------------------------------------------------
revno: 1076
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Sun 2012-02-05 09:54:17 +0100
message:
  revision 942 Aikiscript inludeed in upgrades
modified:
  assets/apps/upgrader/upgrades.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'assets/apps/upgrader/upgrades.php'
--- assets/apps/upgrader/upgrades.php	2012-02-01 22:40:03 +0000
+++ assets/apps/upgrader/upgrades.php	2012-02-05 08:54:17 +0000
@@ -19,5 +19,6 @@
  * 
  */
 
-// fake upgrade.
-$upgrades[1024] ="SELECT 1";
+
+// Revision 942 changes old php script markup with new (script(....)script)
+$upgrades[942] = 'UPDATE aiki_widgets SET widget=REPLACE( REPLACE(widget,"<php ","(script("),"php>",")script)")';

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to