[Isocial-svn] SF.net SVN: isocial: [223] app/controllers/photoapp/album_controller.php
Status: Pre-Alpha
Brought to you by:
aguidrevitch
From: <fsn...@us...> - 2008-05-25 13:15:05
|
Revision: 223 http://isocial.svn.sourceforge.net/isocial/?rev=223&view=rev Author: fsnobody Date: 2008-05-25 06:15:10 -0700 (Sun, 25 May 2008) Log Message: ----------- paging for photos in album Modified Paths: -------------- app/controllers/photoapp/album_controller.php Modified: app/controllers/photoapp/album_controller.php =================================================================== --- app/controllers/photoapp/album_controller.php 2008-05-25 12:16:21 UTC (rev 222) +++ app/controllers/photoapp/album_controller.php 2008-05-25 13:15:10 UTC (rev 223) @@ -234,6 +234,10 @@ } + function defaultUrlOptions($options) { + return array('id' => $this->params['id']); + } + function debug($str) { echo "<pre>"; print_r($str); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |