commit-gnue
[Top][All Lists]
Advanced

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

r119 - hotline/forms


From: kilo
Subject: r119 - hotline/forms
Date: Thu, 18 Nov 2004 03:17:06 -0600 (CST)

Author: kilo
Date: 2004-11-18 03:17:05 -0600 (Thu, 18 Nov 2004)
New Revision: 119

Modified:
   hotline/forms/hotline-en.gfd
Log:
Hotline
Synchronised English version with German one.

Modified: hotline/forms/hotline-en.gfd
===================================================================
--- hotline/forms/hotline-en.gfd        2004-11-18 00:43:22 UTC (rev 118)
+++ hotline/forms/hotline-en.gfd        2004-11-18 09:17:05 UTC (rev 119)
@@ -28,6 +28,8 @@
   <options/>
   <datasource name="dtsContributor" connection="hotline"
     table="hotline_mitarbeiter" prequery="Y"/>
+  <datasource name="dtsContributor2" connection="hotline"
+    table="hotline_mitarbeiter" />
   <datasource name="dtsProduct" connection="hotline" table="hotline_produkt"
     prequery="Y"/>
   <datasource name="dtsReason" connection="hotline" table="hotline_grund"
@@ -84,7 +86,7 @@
     import os
     if os.environ.has_key ('USER'):
       username = os.environ ['USER']
-      res = dtsContributor.simpleQuery ({'hotline_username': username})
+      res = dtsContributor2.simpleQuery ({'hotline_username': username})
       if res [0].has_key ('gnue_id'):
         blkSelect.fldMitarbeiter.set (res [0] ['gnue_id'])
         setParameter ('mitarbeiter', res [0]['gnue_id'])





reply via email to

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