From 4eeafe217f182f2251b71f090eb2d7d356a03648 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 27 Oct 2016 18:05:40 +0200 Subject: [PATCH] rename row_parsee into row_parse --- 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 209fad27..c592d5f0 100644 --- a/lib/php/db.php +++ b/lib/php/db.php @@ -42,7 +42,7 @@ class Db extends nb { public $tables = []; public $types = []; public $conf = []; - public $row_parsee; # Function to call in table.rows() + public $row_parse; # Function to call in table.rows() # Params protected static $paliases = [ -- 2.47.3