<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
hi list<br>
could someone tell me what I'm doing wrong here<br>
<br>
$TimeFmt = '%Y-%m-%d %H:%M:%S';<br>
$FmtPV['$timenow'] = "time()";<br>
<br>
$MarkupExpr['timefmt'] = 'ShowTimeFmt($args[0])';<br>
<br>
function ShowTimeFmt($unixtime) {<br>
34-> $timefmt = strftime(\$GLOBALS['TimeFmt'],$unixtime);<br>
return $timefmt;<br>
}<br>
<br>
<b>Warning</b>: Unexpected character in input: '\' (ASCII=92) state=1
in <b>/var/www/virtual/netstreams.org/htdocs/devel/fox/local/config.php</b>
on line <b>34</b><br>
<br>
<b></b><br>
thanks for any hints<br>
nos<br>
</body>
</html>