mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Renamed
This commit is contained in:
parent
4b94acadaa
commit
6e05eaab28
7
addressbook/inc/hook_add_def_pref.inc.php
Normal file
7
addressbook/inc/hook_add_def_pref.inc.php
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
global $pref;
|
||||||
|
$pref->change('addressbook','company','addressbook_True');
|
||||||
|
$pref->change('addressbook','lastname','addressbook_True');
|
||||||
|
$pref->change('addressbook','firstname','addressbook_True');
|
||||||
|
$pref->change('addressbook','default_category','all');
|
||||||
|
?>
|
@ -1,7 +0,0 @@
|
|||||||
<?php
|
|
||||||
global $pref;
|
|
||||||
$pref->change("addressbook","company","addressbook_True");
|
|
||||||
$pref->change("addressbook","lastname","addressbook_True");
|
|
||||||
$pref->change("addressbook","firstname","addressbook_True");
|
|
||||||
$pref->change("addressbook","default_category","all");
|
|
||||||
?>
|
|
0
addressbook/inc/hook_addressbook_deleteaccount.inc.php → addressbook/inc/hook_deleteaccount.inc.php
Executable file → Normal file
0
addressbook/inc/hook_addressbook_deleteaccount.inc.php → addressbook/inc/hook_deleteaccount.inc.php
Executable file → Normal file
Loading…
Reference in New Issue
Block a user