[Phplib-commit] CVS: php-lib-stable/php ct_sql.inc,1.4,1.5
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2002-03-19 22:29:05
|
Update of /cvsroot/phplib/php-lib-stable/php In directory usw-pr-cvs1:/tmp/cvs-serv21113/php Modified Files: ct_sql.inc Log Message: Removed unused globalizations Index: ct_sql.inc =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/php/ct_sql.inc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ct_sql.inc 17 May 2001 00:54:20 -0000 1.4 --- ct_sql.inc 19 Mar 2002 22:28:58 -0000 1.5 *************** *** 74,79 **** ## update duration of visit - global $HTTP_REFERER, $HTTP_USER_AGENT, $REMOTE_ADDR; - $now = date("YmdHis", time()); $uquery = sprintf("update %s set val='%s', changed='%s' where sid='%s' and name='%s'", --- 74,77 ---- |