Date: 10/26/99
- Next message: Kristian Köhntopp: "[PHPLIB-DEV] [Fwd: PHP-LIB potential bug]"
- Previous message: kk: "[PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Tue Oct 26 17:15:51 1999
Modified files:
php-lib/php/session.inc
Log message:
- negro, this is there two times.
Index: php-lib/php/session.inc
diff -u php-lib/php/session.inc:1.47 php-lib/php/session.inc:1.48
--- php-lib/php/session.inc:1.47 Tue Oct 26 14:51:38 1999
+++ php-lib/php/session.inc Tue Oct 26 17:15:21 1999
@@ -5,7 +5,7 @@
* Copyright (c) 1998,1999 SH Online Dienst GmbH
* Boris Erdmann, Kristian Koehntopp
*
- * $Id: session.inc,v 1.47 1999/10/26 12:51:38 negro Exp $
+ * $Id: session.inc,v 1.48 1999/10/26 15:15:21 kk Exp $
*
*/
@@ -281,7 +281,7 @@
default:
## $$prefix is an atom. Extract it to $l, then generate code.
eval("\$l = \$$prefix;");
- $str.="\$$prefix = '".ereg_replace("([\\\\'])", "\\\\1", $l)."'; ";
+ $str.="\$$prefix = '".ereg_replace("([\\'])", "\\\\1", $l)."'; ";
break;
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: Kristian Köhntopp: "[PHPLIB-DEV] [Fwd: PHP-LIB potential bug]"
- Previous message: kk: "[PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

