removed the 'preverences' feature ;-)

This commit is contained in:
Ralf Becker 2003-05-20 00:38:41 +00:00
parent 527407a805
commit e857d5144e

View File

@ -38,7 +38,7 @@
$t->set_block('preferences','help_row','help_rowhandle'); $t->set_block('preferences','help_row','help_rowhandle');
$t->set_var(array('rowhandle' => '','help_rowhandle' => '','messages' => '')); $t->set_var(array('rowhandle' => '','help_rowhandle' => '','messages' => ''));
if ($_GET['appname'] != 'preverences') if ($_GET['appname'] != 'preferences')
{ {
$GLOBALS['phpgw']->translation->add_app('preferences'); // we need the prefs translations too $GLOBALS['phpgw']->translation->add_app('preferences'); // we need the prefs translations too
} }