[dev] [cvs] commit: incubator/oscar list.php incubator/oscar/templates/list list.php

Chuck Hagenbuch chuck at horde.org
Thu Sep 27 15:17:01 UTC 2007


Quoting Jan Zagar <jan.zagar at siol.net>:

> saw         2007-09-26 11:32:22 EDT
>
>   Modified files:
>     oscar                list.php
>     oscar/templates/list list.php
>   Log:
>   Add pagination
>
>   Revision  Changes    Path
>   1.3       +24 -2     incubator/oscar/list.php
>   1.5       +2 -2      incubator/oscar/templates/list/list.php

Per this comment in list.php:

"+//Im not sure if this method for counting videos is good...
+$numVideos = count($oscar_driver->listVideos($category));"

... it's not. You should add a count method to the $oscar_driver object.

-chuck


More information about the dev mailing list