From 1e578f1d2c0f923a482a11e79bff854e18ff7c81 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Oct 2016 15:01:20 +0100 Subject: [PATCH] comment --- lib/php/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db.php b/lib/php/db.php index e862fd58..a04411e7 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -112,7 +112,7 @@ class Db extends nb { } } - # Formats + # Add formats from module out foreach($this->out->types() as $t=>$v) if (!in_array($t,$this->formats)) $this->formats[] = $t; # Pdo -- 2.47.3