Er ... copy/paste typo

This commit is contained in:
moodler
2005-02-22 06:52:42 +00:00
parent 9f5352e139
commit ed1f69b0cf
+1 -1
View File
@@ -731,7 +731,7 @@ function usergetdate($time, $timezone=99) {
$timezone = get_user_timezone($timezone);
if (abs($timezone) > 13) { // Server time
return getdate($date);
return getdate($time);
}
// There is no gmgetdate so we use gmdate instead