Date: 01/14/00
- Next message: carmelo: "[PHPLIB-DEV] cvs commit"
- Previous message: negro: "[PHPLIB-DEV] cvs commit"
- Next in thread: carmelo: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kir
Date: Fri Jan 14 09:39:02 2000
Modified files:
php-lib/CHANGES
php-lib/php/ct_mysql.inc
Log message:
BUGFIX
Index: php-lib/CHANGES
diff -u php-lib/CHANGES:1.158 php-lib/CHANGES:1.159
--- php-lib/CHANGES:1.158 Fri Jan 14 09:00:27 2000
+++ php-lib/CHANGES Fri Jan 14 09:38:31 2000
@@ -1,4 +1,7 @@
-$Id: CHANGES,v 1.158 2000/01/14 08:00:27 negro Exp $
+$Id: CHANGES,v 1.159 2000/01/14 08:38:31 kir Exp $
+
+14-Jan-2000 kir
+ - Bug fixed ? in ct_mysql.inc. No idea how did it work before ..
14-Jan-2000 negro
- HTML escaped OPTION value for OOHForm generated SELECT statements.
Index: php-lib/php/ct_mysql.inc
diff -u php-lib/php/ct_mysql.inc:1.1 php-lib/php/ct_mysql.inc:1.2
--- php-lib/php/ct_mysql.inc:1.1 Mon Nov 15 08:22:59 1999
+++ php-lib/php/ct_mysql.inc Fri Jan 14 09:38:32 2000
@@ -3,7 +3,7 @@
## Copyright (c) 1998,1999 NetUSE GmbH
## Boris Erdmann, Kristian Koehntopp
##
-## $Id: ct_mysql.inc,v 1.1 1999/11/15 07:22:59 kk Exp $
+## $Id: ct_mysql.inc,v 1.2 2000/01/14 08:38:32 kir Exp $
##
## PHPLIB Data Storage Container for MySQL databases.
##
@@ -79,7 +79,7 @@
$id,
$name);
- $this->db->query($uquery);
+ $this->db->query($query);
if ( $this->db->affected_rows() == 0 ) {
$ret = false;
}
-
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: carmelo: "[PHPLIB-DEV] cvs commit"
- Previous message: negro: "[PHPLIB-DEV] cvs commit"
- Next in thread: carmelo: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

