From 2eb29115b14c6058b7df3f99b17b5474f2afa2b1 Mon Sep 17 00:00:00 2001 From: skeeter <skeeter@alumni.egroupware.org> Date: Sun, 25 Mar 2001 20:15:09 +0000 Subject: [PATCH] I'm the biggest idiot in the world... --- admin/accounts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/accounts.php b/admin/accounts.php index dbd9e5ed96..81de8672ad 100755 --- a/admin/accounts.php +++ b/admin/accounts.php @@ -45,9 +45,9 @@ $p->set_var('bg_color',$phpgw_info['theme']['bg_color']); $p->set_var('th_bg',$phpgw_info['theme']['th_bg']); - $p->set_var('left_next_matchs',$phpgw->nextmatchs->left('admin/accounts.php',$start,$total)); + $p->set_var('left_next_matchs',$phpgw->nextmatchs->left('/admin/accounts.php',$start,$total)); $p->set_var('lang_user_accounts',lang('user accounts')); - $p->set_var('right_next_matchs',$phpgw->nextmatchs->right('admin/accounts.php',$start,$total)); + $p->set_var('right_next_matchs',$phpgw->nextmatchs->right('/admin/accounts.php',$start,$total)); $p->set_var('lang_loginid',$phpgw->nextmatchs->show_sort_order($sort,'account_lid',$order,'/admin/accounts.php',lang('LoginID'))); $p->set_var('lang_lastname',$phpgw->nextmatchs->show_sort_order($sort,'account_lastname',$order,'/admin/accounts.php',lang('last name')));