diff options
author | arun <arun@nubati.net> | 2007-06-02 15:50:35 +0000 |
---|---|---|
committer | arun <arun> | 2007-06-02 15:50:35 +0000 |
commit | 88321df4d58a8d42f484ec202b0b4ec30f2d4e97 (patch) | |
tree | fc1d0307e9447b928c75fa88e9c797db51cc8a7a /index.php | |
parent | d638a4e1d0c15ce749430e546d695827c04979f1 (diff) | |
download | e-DoKo-88321df4d58a8d42f484ec202b0b4ec30f2d4e97.tar.gz e-DoKo-88321df4d58a8d42f484ec202b0b4ec30f2d4e97.tar.bz2 e-DoKo-88321df4d58a8d42f484ec202b0b4ec30f2d4e97.zip |
BUGFIX: guess I should test again before commiting :)
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1059,7 +1059,7 @@ else if(myisset("me")) else echo "(wedding)"; - if(substr_compare($GT,"solo",0,4)==0 && $party=="re") + if(ereg("solo",$GT) && $party=="re") echo "($GT)"; /* add point calls */ |