mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Remove echo of alphabet - oops!
This commit is contained in:
parent
1dabd74aa0
commit
abe0f76684
@ -244,6 +244,7 @@
|
||||
$chars = 'a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z';
|
||||
}
|
||||
$aar = explode(',', $chars);
|
||||
unset($chars);
|
||||
$aar[] = 'all';
|
||||
foreach($aar as $char)
|
||||
{
|
||||
@ -273,6 +274,8 @@
|
||||
$GLOBALS['phpgw']->template->set_var('char',$char != 'all' ? strtoupper($char) : lang('all'));
|
||||
$GLOBALS['phpgw']->template->fp('alphalinks','addressbook_alpha',True);
|
||||
}
|
||||
unset($aar);
|
||||
unset($char);
|
||||
|
||||
$custom = $this->fields->read_custom_fields();
|
||||
$customfields = array();
|
||||
@ -611,7 +614,7 @@
|
||||
{
|
||||
$GLOBALS['phpgw']->template->fp('delete_button','delete_block');
|
||||
}
|
||||
$GLOBALS['phpgw']->template->pparse('out','addressbook_footer');
|
||||
$GLOBALS['phpgw']->template->pfp('out','addressbook_footer');
|
||||
$this->save_sessiondata();
|
||||
/* $GLOBALS['phpgw']->common->phpgw_footer(); */
|
||||
}
|
||||
|
@ -22,7 +22,6 @@
|
||||
|
||||
$obj = CreateObject('addressbook.uiaddressbook');
|
||||
$obj->index();
|
||||
echo lang('alphabet');
|
||||
|
||||
$GLOBALS['phpgw']->common->phpgw_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user