jani Sun Aug 3 12:03:03 2008 UTC Modified files: /php-src/ext/standard var.c Log: - Fix comment http://cvs.php.net/viewvc.cgi/php-src/ext/standard/var.c?r1=1.275&r2=1.276&diff_format=u Index: php-src/ext/standard/var.c diff -u php-src/ext/standard/var.c:1.275 php-src/ext/standard/var.c:1.276 --- php-src/ext/standard/var.c:1.275 Thu Jul 24 19:50:23 2008 +++ php-src/ext/standard/var.c Sun Aug 3 12:03:02 2008 @@ -18,7 +18,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: var.c,v 1.275 2008/07/24 19:50:23 felipe Exp $ */ +/* $Id: var.c,v 1.276 2008/08/03 12:03:02 jani Exp $ */ /* {{{ includes */ @@ -569,7 +569,7 @@ break; } } - if (state == 1) { // if we are in double quotes, go back to single */ + if (state == 1) { /* if we are in double quotes, go back to single */ PHPWRITE("\" . '", 5); } }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php