This commit is contained in:
Miles Lott 2001-07-05 05:12:30 +00:00
parent 4b94acadaa
commit 6e05eaab28
3 changed files with 7 additions and 7 deletions

View 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');
?>

View File

@ -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");
?>