Revision: 19033
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19033
Author: Caeies
Date: 2009-01-21 18:12:53 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
read_repository -> read() stuff fix
Modified Paths:
--------------
core/trunk/addressbook/inc/class.uifields.inc.php
Modified: core/trunk/addressbook/inc/class.uifields.inc.php
===================================================================
--- core/trunk/addressbook/inc/class.uifields.inc.php 2009-01-21 18:12:21 UTC
(rev 19032)
+++ core/trunk/addressbook/inc/class.uifields.inc.php 2009-01-21 18:12:53 UTC
(rev 19033)
@@ -402,7 +402,7 @@
$i = 0;
$fields = array();
- $this->config->read_repository();
+ $this->config->read();
$all_custom_fields = array();
if($apply=='person')
@@ -483,7 +483,7 @@
function save_custom_field($old='',$new='',$apply_for='')
{
$edit_contacts = False;
- $this->config->read_repository();
+ $this->config->read();
switch($apply_for)
{
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs