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

Diff of /contributions/modules/mlist/mlist.module

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

revision 1.9, Sat Dec 31 00:51:10 2005 UTC revision 1.10, Thu Apr 13 15:49:31 2006 UTC
# Line 1112  function _mlist_users_list_users_html($l Line 1112  function _mlist_users_list_users_html($l
1112                );                );
1113    }    }
1114    $output .= theme('table', $header, $rows);    $output .= theme('table', $header, $rows);
1115    $output .= theme("pager", NULL, 10, 0, tablesort_pager($array));    $output .= theme("pager", NULL, 10, 0, $array);
1116    return $output;    return $output;
1117  }  }
1118    
# Line 1438  function _mlist_get_lists_html() { Line 1438  function _mlist_get_lists_html() {
1438                      _mlist_get_numusers($mlist->nid));                      _mlist_get_numusers($mlist->nid));
1439    }    }
1440    $output .= theme('table', $header, $rows);    $output .= theme('table', $header, $rows);
1441    $output .= theme("pager", NULL, 10, 0, tablesort_pager());    $output .= theme("pager", NULL, 10, 0);
1442    return $output;    return $output;
1443  }  }
1444    

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

  ViewVC Help
Powered by ViewVC 1.1.2