diff options
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 1e047cb79..29c619798 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -229,7 +229,7 @@ function locale_seek() { } } - if ($pager = pager_display(NULL, 50, 0, "admin", $request)) { + if ($pager = theme("pager", NULL, 50, 0, $request)) { $rows[] = array(array("data" => "$pager", "colspan" => "5")); } |