/[drupal]/contributions/modules/wishlist/wishlist.module
ViewVC logotype

Diff of /contributions/modules/wishlist/wishlist.module

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

revision 1.8, Wed Mar 15 20:47:04 2006 UTC revision 1.9, Thu Apr 13 15:49:31 2006 UTC
# Line 722  function _wishlist_list_items($uid) { Line 722  function _wishlist_list_items($uid) {
722     }     }
723    
724     // Add a pager control to the bottom of the table (if necessary)     // Add a pager control to the bottom of the table (if necessary)
725     $pager = theme("pager", NULL, 10, 0, tablesort_pager());     $pager = theme("pager", NULL, 10, 0);
726     if (!empty($pager)) {     if (!empty($pager)) {
727        $rows[] = array(array("data" => $pager, "colspan" => "8"));        $rows[] = array(array("data" => $pager, "colspan" => "8"));
728     }     }
# Line 745  function _wishlist_list_items($uid) { Line 745  function _wishlist_list_items($uid) {
745        }        }
746    
747        // Add a pager control to the bottom of the table (if necessary)        // Add a pager control to the bottom of the table (if necessary)
748        $pager = theme("pager", NULL, 10, 1, tablesort_pager());        $pager = theme("pager", NULL, 10, 1);
749        if (!empty($pager)) {        if (!empty($pager)) {
750           $rows[] = array(array("data" => $pager, "colspan" => "8"));           $rows[] = array(array("data" => $pager, "colspan" => "8"));
751        }        }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.2