XOOPS Cube Legacy base repository
Revisión | 077f870d4d2a058b31e4388ebd22ef46fc573667 (tree) |
---|---|
Tiempo | 2010-02-13 13:05:39 |
Autor | minahito <minahito@704c...> |
Commiter | minahito |
Add a local variable initialization.
git-svn-id: https://xoopscube.svn.sourceforge.net/svnroot/xoopscube/Package_Legacy/trunk@439 704cf05f-ae62-4b0e-a484-234ee0250e75
@@ -59,6 +59,8 @@ class User_AbstractFilterForm | ||
59 | 59 | |
60 | 60 | function getCriteria($start = null, $limit = null) |
61 | 61 | { |
62 | + $t_start = 0; | |
63 | + $t_limit = 0; | |
62 | 64 | if ($start === null) { |
63 | 65 | $t_start = $this->mNavi->getStart(); |
64 | 66 | } else { |