sniper Sun Sep 29 15:28:12 2002 EDT
Modified files:
/php4/ext/session session.c
Log:
ws fix
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.321 php4/ext/session/session.c:1.322
--- php4/ext/session/session.c:1.321 Sun Sep 29 14:33:14 2002
+++ php4/ext/session/session.c Sun Sep 29 15:28:12 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: session.c,v 1.321 2002/09/29 18:33:14 iliaa Exp $ */
+/* $Id: session.c,v 1.322 2002/09/29 19:28:12 sniper Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -580,7 +580,7 @@
return;
}
- if (PS(http_session_vars) && PS(http_session_vars)->type!=IS_ARRAY) {
+ if (PS(http_session_vars) && PS(http_session_vars)->type != IS_ARRAY) {
return;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php