Changes between Initial Version and Version 1 of Ticket #1430, comment 3


Ignore:
Timestamp:
Mar 26, 2018, 6:42:30 PM (8 years ago)
Author:
Torsten Riemer

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1430, comment 3

    initial v1  
    22{{{
    33// load configuration
     4define('TABLE_CONFIGURATION', 'configuration');
    45$configuration_query = xtc_db_query('SELECT configuration_key, configuration_value FROM '.TABLE_CONFIGURATION);
    56while ($configuration = xtc_db_fetch_array($configuration_query)) {
     
    89}
    910}}}
     11
     12Im Falle von JTL fügt man in die Datei "/api/jtlwawi_connector/dbeS/syncinclude.php" ein nach:
     13{{{
     14define ('ES_ENABLE_LOGGING',0);
     15define ('ES_ATTRIBUTE_AN_BESCHREIBUNG_ANHAENGEN',1);
     16}}}