
06-06-2002, 09:48 PM
|
 |
|
|
Join Date: Oct 2001
Location: Las Vegas, NV, USA
Posts: 144
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Logician
@Unknown553: I figured out your problem, you modification was wrong:
Only this line should have been changed:
return date ("M. jS, Y \a\\t g:i A", mktime($saat+$timeset, $dakika, $saniye, $ay, $gun, $yil));
A few lines above there is another line:
$gelentarih=date("Y-d-m H:i:s",$gelentarih);
it should left intact (You edited that one too) 
Modify this line back to original and you should be fine..
Regards,
Logician
|
That did the trick, thank you very much Logician!
|