File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ RUN set -ex \
5858 && rm -rf /var/lib/apt/lists/*
5959
6060# === Install xdebug PHP dependencies ===
61- RUN pecl install xdebug-3.4.1 \
62- && docker-php-ext-enable xdebug
61+ # RUN pecl install xdebug-3.4.1 \
62+ # && docker-php-ext-enable xdebug
6363
6464# === php default ===
6565ENV PMF_TIMEZONE="Europe/Berlin" \
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ RUN set -ex \
5858 && rm -rf /var/lib/apt/lists/*
5959
6060# === Install xdebug PHP dependencies ===
61- RUN pecl install xdebug-3.4.1 \
62- && docker-php-ext-enable xdebug
61+ # RUN pecl install xdebug-3.4.1 \
62+ # && docker-php-ext-enable xdebug
6363
6464# === php default ===
6565ENV PMF_TIMEZONE="Europe/Berlin" \
Original file line number Diff line number Diff line change 9090$ tagging = new Tags ($ faqConfig );
9191$ tagHelper = new TagsHelper ();
9292$ tagSearch = false ;
93+ $ numOfResults = 0 ;
9394
9495//
9596// Handle the Tagging ID
Original file line number Diff line number Diff line change 451451
452452
453453// Added v1.1 - 30.01.2002 - Bastian
454- $ PMF_LANG ["ad_categ_paste " ] = "paste " ;
454+ $ PMF_LANG ["ad_categ_paste " ] = "Paste " ;
455455$ PMF_LANG ["ad_categ_cut " ] = "cut " ;
456456$ PMF_LANG ["msgCopy " ] = "copy " ;
457457$ PMF_LANG ["ad_categ_process " ] = "Procesiram kategorije... " ;
Original file line number Diff line number Diff line change 443443$ PMF_LANG ['msgComments ' ] = "Kommentare " ;
444444
445445// Added v1.1 - 30.01.2002 - Bastian
446- $ PMF_LANG ['ad_categ_paste ' ] = "einfügen " ;
446+ $ PMF_LANG ['ad_categ_paste ' ] = "Einfügen " ;
447447$ PMF_LANG ['ad_categ_cut ' ] = "ausschneiden " ;
448448$ PMF_LANG ['msgCopy ' ] = "Kopieren " ;
449449$ PMF_LANG ['ad_categ_process ' ] = "Bearbeite Kategorien... " ;
You can’t perform that action at this time.
0 commit comments