diff --git a/mozilla/webtools/partytool/controllers/comments_controller.php b/mozilla/webtools/partytool/controllers/comments_controller.php index fc306abc4e9..3f2b2bcd902 100644 --- a/mozilla/webtools/partytool/controllers/comments_controller.php +++ b/mozilla/webtools/partytool/controllers/comments_controller.php @@ -57,7 +57,7 @@ class CommentsController extends AppController { $this->data['Comment']['text'] = nl2br($text); $this->data['Comment']['owner'] = $uid; $this->data['Comment']['assoc'] = $pid; - $this->data['Comment']['time'] = gmmktime(); + $this->data['Comment']['time'] = mktime(); if ($this->Comment->save($this->data)) { $this->redirect('/parties/view/'.$pid.'#c'.$this->Comment->getLastInsertID()); diff --git a/mozilla/webtools/partytool/views/parties/view.thtml b/mozilla/webtools/partytool/views/parties/view.thtml index 1719be39388..b0311e434a6 100755 --- a/mozilla/webtools/partytool/views/parties/view.thtml +++ b/mozilla/webtools/partytool/views/parties/view.thtml @@ -81,7 +81,7 @@


Posted by - on
+ on