------------------------------------------------------------
revno: 1099
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Sun 2012-02-19 21:23:13 +0100
message:
  upgrade revision to 1098
modified:
  assets/apps/upgrader/upgrades.php
  configs/changelog.php
  configs/last-revision


--
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-19 20:19:24 +0000
+++ assets/apps/upgrader/upgrades.php	2012-02-19 20:23:13 +0000
@@ -27,8 +27,8 @@
 //                 "UPDATE aiki_bar SET bar=1");
 
 
-// revision 1097 introduces engines for site.
-$upgrades[1097]= 'UPDATE aiki_sites SET site_engine="aiki" WHERE site_engine="" OR site_engine is null';
+// revision 1098 introduces engines for site.
+$upgrades[1098]= 'UPDATE aiki_sites SET site_engine="aiki" WHERE site_engine="" OR site_engine is null';
 
 // 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)");';

=== modified file 'configs/changelog.php'
--- configs/changelog.php	2012-02-19 20:19:24 +0000
+++ configs/changelog.php	2012-02-19 20:23:13 +0000
@@ -17,7 +17,7 @@
  */
  
 
- $changes[1097]= "Engines enabled per site";
+ $changes[1098]= "Engines enabled per site";
  $changes[1056]= "Installer Added";
  $changes[1050]= "Fix instant login bug";
  $changes[1040]= "Added rel next and prev to pagination for SEO";

=== modified file 'configs/last-revision'
--- configs/last-revision	2012-02-19 20:19:24 +0000
+++ configs/last-revision	2012-02-19 20:23:13 +0000
@@ -1,1 +1,1 @@
-1097 [email protected]
+1098 [email protected]

_______________________________________________
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