/[refeed]/trunk/library/RF/ClientController.class.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/library/RF/ClientController.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Wed Jul 5 00:27:49 2006 UTC revision 25 by dpavlin, Mon May 19 14:42:06 2008 UTC
# Line 655  Line 655 
655                  $viewArgs['how'] = 'paged';                  $viewArgs['how'] = 'paged';
656                  $viewArgs['when'] = null;                  $viewArgs['when'] = null;
657                  $viewArgs['offset'] = count($items);                  $viewArgs['offset'] = count($items);
658                  $viewArgs['howmany'] = $user->itemPageCount() - count($items);                                  $viewArgs['howmany'] = $user->itemPageCount() - count($items);
659                                    if ($_GET['howmany']) $viewArgs['howmany'] = $_GET['howmany'];
660                                    
661                  $items = array_merge($items, $this->controller->getUserItems($user, $viewArgs));                  $items = array_merge($items, $this->controller->getUserItems($user, $viewArgs));
662              }              }

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26