moved SyncML install checks from check_install to the SyncML app

This commit is contained in:
Ralf Becker 2006-08-20 10:12:36 +00:00
parent ca976cd982
commit 14c00ccf56

View File

@ -142,15 +142,6 @@
'func' => 'extension_check',
'warning' => lang('The session extension is needed to use php sessions (db-sessions work without).')
),
// leave SyncML checks here for now, as it is no app atm.
'' => array(
'func' => 'pear_check',
'from' => 'SyncML',
),
'Log' => array(
'func' => 'pear_check',
'from' => 'SyncML',
),
'.' => array(
'func' => 'permission_check',
'is_world_writable' => False,