From 1f88e43cdaaeafefcb2111048f62aa734bb72915 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Thu, 20 Sep 2001 02:51:56 +0000 Subject: [PATCH] spelling errors --- addressbook/inc/class.uiaddressbook.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.uiaddressbook.inc.php b/addressbook/inc/class.uiaddressbook.inc.php index 0f5eeb06f4..87ad0b2cbc 100644 --- a/addressbook/inc/class.uiaddressbook.inc.php +++ b/addressbook/inc/class.uiaddressbook.inc.php @@ -987,7 +987,7 @@ # it's better to use $GLOBALS['phpgw_info']['server']['webserver_url'] instead of '/phpgroupware' # right? -# and why do we replace /phpgroupware from the url, we already a perfect url? +# and why do we replace /phpgroupware from the url, we already have a perfect url? # $this->template->set_var('done_button',$this->html_1button_form('DoneForm','Done', # $referer ? ereg_replace('/phpgroupware','',$referer) : $GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.get_list')));