Date: 01/25/00
- Next message: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Tue Jan 25 13:53:57 2000
Modified files:
php-lib/php/ct_mysql.inc
Log message:
Replace syntax fixed.
Index: php-lib/php/ct_mysql.inc
diff -u php-lib/php/ct_mysql.inc:1.3 php-lib/php/ct_mysql.inc:1.4
--- php-lib/php/ct_mysql.inc:1.3 Sun Jan 23 14:12:54 2000
+++ php-lib/php/ct_mysql.inc Tue Jan 25 13:53:55 2000
@@ -3,7 +3,7 @@
## Copyright (c) 1998,1999 NetUSE GmbH
## Boris Erdmann, Kristian Koehntopp
##
-## $Id: ct_mysql.inc,v 1.3 2000/01/23 13:12:54 carmelo Exp $
+## $Id: ct_mysql.inc,v 1.4 2000/01/25 12:53:55 kk Exp $
##
## PHPLIB Data Storage Container for MySQL databases.
##
@@ -70,7 +70,7 @@
$name = addslashes($name);
$now = date("YmdHis", time());
- $query = sprintf("replace into %s set p_valenc='%s', p_valpos='%s', p_val='%s', p_changed='%s', p_sid='%s' and p_name='%s'",
+ $query = sprintf("replace into %s set p_valenc='%s', p_valpos='%s', p_val='%s', p_changed='%s', p_sid='%s', p_name='%s'",
$this->database_table,
$this->encoding_mode,
'000000',
-
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: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] cvs commit"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

