hi list
could someone tell me what I'm doing wrong here

   $TimeFmt = '%Y-%m-%d %H:%M:%S';
   $FmtPV['$timenow'] = "time()";

   $MarkupExpr['timefmt'] = 'ShowTimeFmt($args[0])';

   function ShowTimeFmt($unixtime) {
34->    $timefmt = strftime(\$GLOBALS['TimeFmt'],$unixtime);
           return $timefmt;
           }

*Warning*: Unexpected character in input: '\' (ASCII=92) state=1 in */var/www/virtual/netstreams.org/htdocs/devel/fox/local/config.php* on line *34*

**
thanks for any hints
nos
_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to