From 83a78d9d170696316da8e5c4c611ec8c790d75d1 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Sep 2006 18:37:57 +0000 Subject: [PATCH] PHPDoc update. --- lib/dmllib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dmllib.php b/lib/dmllib.php index 3d24f3a408..ae4d50a61e 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1395,8 +1395,8 @@ function column_type($table, $column) { * It's widely used by all the ddllib.php functions * * @param array sqlarr array of sql statements to execute - * @param boolean continue to specify if must continue on error (true) or stop (false - * @param boolean feedback to specify to show debug info (true) or not (false + * @param boolean continue to specify if must continue on error (true) or stop (false) + * @param boolean feedback to specify to show status info (true) or not (false) * @param boolean true if everything was ok, false if some error was found */ function execute_sql_arr($sqlarr, $continue=true, $feedback=true) { -- 2.39.5