This commit is contained in:
skeeter 2001-06-22 11:14:50 +00:00
parent 667eb328ee
commit e7a98f2e3a

View File

@ -114,7 +114,7 @@
$t = new Template(PHPGW_APP_TPL);
$t->set_file(array(
'preferences' => 'preferences.tpl',
'preferences' => 'preferences.tpl'
));
$t->set_var(action_url,$phpgw->link('/addressbook/preferences.php'));