[Phpslash-commit] CVS: phpslash-ft/class functions.inc,1.128,1.129
Brought to you by:
joestewart,
nhruby
From: Matthew L. <sym...@us...> - 2003-02-11 14:03:45
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv17082 Modified Files: functions.inc Log Message: psl_strftime($fmt,$time) now defaults to current time in the second variable Index: functions.inc =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** functions.inc 10 Feb 2003 18:55:18 -0000 1.128 --- functions.inc 11 Feb 2003 14:03:42 -0000 1.129 *************** *** 1035,1039 **** * @return formatted string */ ! function psl_strftime($fmt,$t) { GLOBAL $_PSL; // loadLibrary("tz"); --- 1035,1039 ---- * @return formatted string */ ! function psl_strftime($fmt,$t=false) { GLOBAL $_PSL; // loadLibrary("tz"); |