Date: 11/04/99
- Next message: athompso: "[PHPLIB-DEV] cvs commit"
- Previous message: kir: "[PHPLIB-DEV] cvs commit"
- Next in thread: Kirill Maximov: "Re: [PHPLIB-DEV] cvs commit"
- Reply: Kirill Maximov: "Re: [PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Thu Nov 4 17:41:27 1999
Modified files:
php-lib/CHANGES
php-lib/php/ct_sql.inc
Log message:
Syntax error fixed in ct_sql.inc. kir, please check ct_split_sql.inc as
well.
Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.138 php-lib/CHANGES:1.139
--- php-lib/CHANGES:1.138 Thu Nov 4 13:45:54 1999
+++ php-lib/CHANGES Thu Nov 4 17:41:25 1999
@@ -1,5 +1,9 @@
-$Id: CHANGES,v 1.138 1999/11/04 12:45:54 kir Exp $
+$Id: CHANGES,v 1.139 1999/11/04 16:41:25 kk Exp $
+04-Nov-1999 kk
+ - fixed syntax error for ct_sql.inc. kir, please
+ check ct_split_sql.inc, too.
+
03-Nov-1999 kir
- more compatibility for ct_sql.inc
- make ct_split_sql.inc several enc. methods aware ala ct_sql.inc
@@ -9,8 +13,6 @@
- fixed kk's notion of what month it is...
- added a check in ct_sql.inc to handle the compatibility case
where no encoding_mode can be determined
-
-03-Nov-1999 ant
- fixed bug session.inc; release_token wasn't declared correctly.
03-Nov-1999 kk
Index: php-lib/php/ct_sql.inc
diff -u php-lib/php/ct_sql.inc:1.18 php-lib/php/ct_sql.inc:1.19
--- php-lib/php/ct_sql.inc:1.18 Thu Nov 4 13:02:08 1999
+++ php-lib/php/ct_sql.inc Thu Nov 4 17:41:26 1999
@@ -6,7 +6,7 @@
##
## Copyright (c) 1998,1999 Sascha Schumann <sascha <email protected>>
##
-## $Id: ct_sql.inc,v 1.18 1999/11/04 12:02:08 kir Exp $
+## $Id: ct_sql.inc,v 1.19 1999/11/04 16:41:26 kk Exp $
##
## PHPLIB Data Storage Container using a SQL database
##
@@ -127,6 +127,7 @@
$cmd = $this->enc_methods[$str_method]["dec"];
$str = $cmd($str_value);
+ }
return $str;
}
-
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: athompso: "[PHPLIB-DEV] cvs commit"
- Previous message: kir: "[PHPLIB-DEV] cvs commit"
- Next in thread: Kirill Maximov: "Re: [PHPLIB-DEV] cvs commit"
- Reply: Kirill Maximov: "Re: [PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

