diff options
author | wei <> | 2006-06-09 07:39:23 +0000 |
---|---|---|
committer | wei <> | 2006-06-09 07:39:23 +0000 |
commit | e95d096064de94c948e4398f5183afaccf522ffa (patch) | |
tree | 8d6b1f91cf7f0c08edefe54e19b98fa4d8105c67 /demos | |
parent | 99458807b73ff35b07521697f806b4654d1ec8fd (diff) |
Update datepicker
Diffstat (limited to 'demos')
-rw-r--r-- | demos/quickstart/protected/comments/CommentList.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/quickstart/protected/comments/CommentList.php b/demos/quickstart/protected/comments/CommentList.php index 4328991f..3bfb7239 100644 --- a/demos/quickstart/protected/comments/CommentList.php +++ b/demos/quickstart/protected/comments/CommentList.php @@ -43,7 +43,6 @@ class CommentList extends TTemplateControl $this->_quickstart->addNewComment($page, $this->email->getText(), $this->content->getText()); $this->multiView1->setActiveViewIndex(1); - $this->listComments($page); } public function setVisible($value) |