From 88321df4d58a8d42f484ec202b0b4ec30f2d4e97 Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 2 Jun 2007 15:50:35 +0000 Subject: BUGFIX: guess I should test again before commiting :) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 10416f1..1a825de 100644 --- a/index.php +++ b/index.php @@ -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 */ -- cgit v1.2.3-18-g5258