From c9c3448d1a7f63cde816aa9e42d92b29a222dea6 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 9 Jan 2018 19:44:03 +0000 Subject: [PATCH] lib/postgres/port.sql --- etc/profile.d/php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/php.sh b/etc/profile.d/php.sh index b8ecac10..a180b91c 100644 --- a/etc/profile.d/php.sh +++ b/etc/profile.d/php.sh @@ -4,6 +4,6 @@ php425() { which php > /dev/null || return 0 php_check() { - #=SHELL_REPLACE echo $(dbq t=mime id=php -cut 3) \$@ + #=SHELL_REPLACE echo $(dbq db=$NB_DB t=mime id=php -cut 3) \$@ php --define error_reporting=22519 --define display_errors=1 --define log_errors=1 --define html_errors=0 $@ } -- 2.47.3