[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-developers] addressbook fields
From: |
SteveC |
Subject: |
[Phpgroupware-developers] addressbook fields |
Date: |
Tue, 10 Sep 2002 05:48:37 -0400 |
User-agent: |
Mutt/1.4i |
I have a phpgroupware addressbook with around a thousand contacts in it.
It has some data in fields like "ISDN Phone" in some contacts which should
really be in a custom field but it'd be too much work to move the data to
a custom field.
As a quick hack I did a
grep -d recurse "ISDN Phone" *
in the phpgroupware tree and it came up with
addressbook/inc/class.uiaddressbook.inc.php:
$this->template->set_var('lang_isdnphone',lang('ISDN Phone'));
addressbook/setup/phpgw_en.lang:isdn phone addressbook en
ISDN Phone
So I changed the text in those two files and restarted apache but there
appears to be a cache somewhere. I've been RTFM'ing php and phpgroupware
docs but I can't find where on earth to flush the cache?
TIA
have fun,
SteveC address@hidden http://www.fractalus.com/steve/
- [Phpgroupware-developers] addressbook fields,
SteveC <=