From 5fdb93de0aee5397c943bded440b01afc68e8785 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 9 Mar 2014 07:40:33 -0400 Subject: [PATCH] Fix comment Signed-off-by: Marc Delisle --- libraries/plugins/export/ExportPhparray.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/plugins/export/ExportPhparray.class.php b/libraries/plugins/export/ExportPhparray.class.php index 78d8cbea66..05d6fd24ef 100644 --- a/libraries/plugins/export/ExportPhparray.class.php +++ b/libraries/plugins/export/ExportPhparray.class.php @@ -151,7 +151,7 @@ class ExportPhparray extends ExportPlugin } /** - * Outputs the content of a table in NHibernate format + * Outputs the content of a table in PHP array format * * @param string $db database name * @param string $table table name