phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] adressbook


From: Dave Hall
Subject: Re: [Phpgroupware-developers] adressbook
Date: Thu, 05 Oct 2006 09:28:08 +1000

Hi Lorenzo,

On Wed, 2006-10-04 at 18:45 +0200, L. Mattera wrote:
> How can I delete completly my adressbook?

You just need to empty the following tables:

phpgw_contact
phpgw_contact_addr
phpgw_contact_comm
phpgw_contact_note
phpgw_contact_org
phpgw_contact_org_person
phpgw_contact_others
phpgw_contact_person

For mysql run this on the console

TRUNCATE phpgw_contact; TRUNCATE phpgw_contact_addr; TRUNCATE
phpgw_contact_comm; TRUNCATE phpgw_contact_note; TRUNCATE
phpgw_contact_org; TRUNCATE phpgw_contact_org_person; TRUNCATE
phpgw_contact_others; TRUNCATE phpgw_contact_person; 

Cheers

Dave
-- 
Dave Hall (aka skwashd)
API Coordinator
phpGroupWare
e address@hidden
w phpgroupware.org
j address@hidden
sip address@hidden
       _            ____                    __        __             
 _ __ | |__  _ __  / ___|_ __ ___  _   _ _ _\ \      / /_ _ _ __ ___ 
| '_ \| '_ \| '_ \| |  _| '__/ _ \| | | | '_ \ \ /\ / / _` | '__/ _ \
| |_) | | | | |_) | |_| | | | (_) | |_| | |_) \ V  V / (_| | | |  __/
| .__/|_| |_| .__/ \____|_|  \___/ \__,_| .__/ \_/\_/ \__,_|_|  \___|
|_|         |_|                         |_|Web based collaboration platform






reply via email to

[Prev in Thread] Current Thread [Next in Thread]