[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] [19033] read_repository -> read() stuff fix
From: |
Caeies |
Subject: |
[Phpgroupware-cvs] [19033] read_repository -> read() stuff fix |
Date: |
Wed, 21 Jan 2009 18:12:54 +0000 |
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)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] [19033] read_repository -> read() stuff fix,
Caeies <=