projects
/
project/gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5526052
)
#59245 - Removed tablesort_page() error
author
kiz_0987
Wed, 19 Apr 2006 10:53:55 +0000 (10:53 +0000)
committer
kiz_0987
Wed, 19 Apr 2006 10:53:55 +0000 (10:53 +0000)
gallery_user.inc
patch
|
blob
|
blame
|
history
diff --git
a/gallery_user.inc
b/gallery_user.inc
index
786dd11
..
67ef784
100644
(file)
--- a/
gallery_user.inc
+++ b/
gallery_user.inc
@@
-212,7
+212,7
@@
function _gallery_users() {
$g2_edituserlink);
}
- $pager = theme('pager', NULL, 50, 0, tablesort_pager());
+ $pager = theme('pager', NULL, 50, 0);
if (!empty($pager)) {
$rows[] = array(array('data' => $pager, 'colspan' => '5'));
}