Return-Path: <t.rother@netzwissen.de>
Received: from muffin ([unix socket])
	by muffin (Cyrus v2.1.13) with LMTP; Tue, 04 Nov 2003 11:38:15 -0500
X-Sieve: CMU Sieve 2.2
Return-Path: <t.rother@netzwissen.de>
Received: from post.gaia.de (post.gaia.de [195.177.18.150])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by muffin.linuxnotes.net (Postfix) with ESMTP id 70470244F8
	for <quincy@linuxnotes.net>; Tue,  4 Nov 2003 11:38:14 -0500 (EST)
Received: from locutus.netzwissen.de (pD959103F.dip.t-dialin.net [217.89.16.63])
	by post.gaia.de (8.12.10/8.12.10) with ESMTP id hA4GcBvc021952
	for <quincy@linuxnotes.net>; Tue, 4 Nov 2003 17:38:11 +0100
Received: from netzwissen.de (piktor.netzwissen.de [192.168.0.10])
	by locutus.netzwissen.de (Postfix) with ESMTP id 17FB1C298
	for <quincy@linuxnotes.net>; Tue,  4 Nov 2003 17:38:13 +0100 (CET)
Message-ID: <3FA7D5F4.3030408@netzwissen.de>
Date: Tue, 04 Nov 2003 17:38:12 +0100
From: Thomas Rother <t.rother@netzwissen.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.5) Gecko/20031007
X-Accept-Language: de-de, en-us, en
MIME-Version: 1.0
To: quincy@linuxnotes.net
Subject: Re: sqm: abook_group  0.32 de_DE translation
References: <3FA7D26B.3040209@netzwissen.de>
In-Reply-To: <3FA7D26B.3040209@netzwissen.de>
X-Enigmail-Version: 0.76.7.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/mixed;
 boundary="------------000400070202040806040606"
X-Virus-Scanned: by AMaViS - amavis-milter (http://www.amavis.org/)
X-Spam-Status: No, hits=-4.9 required=6.0 tests=BAYES_00 autolearn=no 
	version=2.60-gaia
X-Spam-Checker-Version: SpamAssassin 2.60-gaia (1.212-2003-09-23-exp) on 
	buddha

This is a multi-part message in MIME format.
--------------000400070202040806040606
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit

Hi Jon,
ADDENDUM: Enclosed is the table structure I am using.  Looks OK: entries
are created and deleted, but never listed. I think the error lies inside
ListMembers.php .... ???

Greetings, Thomas

-- 
---------------------------------------------------------------------
    THOMAS M. ROTHER  *  n e t z w i s s e n  *  D-73728 Esslingen   
   F.R. Germany, European Union  *  mailto:t.rother@netzwissen.de    
 http://www.netzwissen.de  *  GPG Key from http://wwwkeys.de.pgp.net 
    Fingerprint B208 E204 4249 4635 19B9 B691 3E73 C8B9 1229 DE4C    
---------------------------------------------------------------------



--------------000400070202040806040606
Content-Type: text/plain;
 name="abook_group.sql"
Content-Transfer-Encoding: 8bit
Content-Disposition: inline;
 filename="abook_group.sql"

# phpMyAdmin SQL Dump
# version 2.5.4
# http://www.phpmyadmin.net
#
# Host: localhost
# Erstellungszeit: 04. November 2003 um 17:33
# Server Version: 4.0.15
# PHP-Version: 4.3.3
# 
# Datenbank: `gaia_squirreldata`
# 

# --------------------------------------------------------

#
# Tabellenstruktur fr Tabelle `addressgroups`
#

CREATE TABLE `addressgroups` (
  `owner` varchar(128) default NULL,
  `nickname` varchar(128) default NULL,
  `addressgroup` varchar(128) default NULL,
  `type` varchar(128) default NULL
) TYPE=MyISAM;

#
# Daten fr Tabelle `addressgroups`
#

INSERT INTO `addressgroups` VALUES ('t.rother', 'profi', 'testgruppe', 'Persnliches Adressbuch');
INSERT INTO `addressgroups` VALUES ('t.rother', 'nino', 'testgruppe', 'Persnliches Adressbuch');
INSERT INTO `addressgroups` VALUES ('t.rother', 'stefan', 'testgruppe', 'Persnliches Adressbuch');
    

--------------000400070202040806040606--


