forked from extern/egroupware
Fixed bad link()
This commit is contained in:
parent
c02f0e5626
commit
4df3d42d38
@ -56,7 +56,7 @@
|
|||||||
$t->set_var('actionurl',$phpgw->link('/preferences/categories.php','cats_app=' . $cats_app . '&extra=' . $extra . '&cats_level=' . $cats_level
|
$t->set_var('actionurl',$phpgw->link('/preferences/categories.php','cats_app=' . $cats_app . '&extra=' . $extra . '&cats_level=' . $cats_level
|
||||||
. '&global_cats=' . $global_cats));
|
. '&global_cats=' . $global_cats));
|
||||||
$t->set_var('lang_done',lang('Done'));
|
$t->set_var('lang_done',lang('Done'));
|
||||||
$t->set_var('doneurl',$phpgw->link('/preferences/'));
|
$t->set_var('doneurl',$phpgw->link('/preferences/index.php'));
|
||||||
|
|
||||||
if (! $start) { $start = 0; }
|
if (! $start) { $start = 0; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user