------------------------------------------------------------
revno: 958
committer: Roger Martin <[email protected]>
branch nick: aikiframework
timestamp: Thu 2011-12-15 22:52:12 +0100
message:
mtoken now parse ',' as two empty parameters
modified:
src/libs/AikiScript.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 'src/libs/AikiScript.php'
--- src/libs/AikiScript.php 2011-12-08 20:13:16 +0000
+++ src/libs/AikiScript.php 2011-12-15 21:52:12 +0000
@@ -228,6 +228,10 @@
$result[] = $word;
}
+ if ($state==0 && count($result)>0) {
+ $result[] ="";
+ }
+
return $result;
} // end of mtoken function
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp