|
|
|
|
|
Re: Moderator Options Limited to "Move?" [message #1726 is a reply to message #1723] |
Sun, 21 April 2002 21:38 |
mauftarkie
Messages: 29 Registered: April 2002
Karma: 0
|
Junior Member |
|
|
FTP access, perhaps? You need to remove the bang (!) on line 34 of util.inc. The function should read:
function fmt_year($val) { if( empty($val) ) return; return date("Y", mktime(1,1,1,1,1,$val)); } If you can FTP the file to your local box, edit it with notepad/vi/whatever, and upload it... theoretically it should work.
|
|
|
Re: Moderator Options Limited to "Move?" [message #1727 is a reply to message #1726] |
Sun, 21 April 2002 22:19 |
DocObvious
Messages: 39 Registered: March 2002
Karma: 0
|
Member |
|
|
mauftarkie wrote on Sun, 21 April 2002 5:38 PM | FTP access, perhaps? You need to remove the bang (!) on line 34 of util.inc. The function should read:
function fmt_year($val) { if( empty($val) ) return; return date("Y", mktime(1,1,1,1,1,$val)); } If you can FTP the file to your local box, edit it with notepad/vi/whatever, and upload it... theoretically it should work.
|
Fix applied - thanks for the help.
[Updated on: Sun, 21 April 2002 22:20] Report message to a moderator
|
|
|