From 2574c009daa65fdb0b79d22b3936f9b44353e24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 23 Nov 2010 10:31:12 +0100 Subject: [PATCH] Fix docs. --- js/tbl_change.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/tbl_change.js b/js/tbl_change.js index 14fd11a38..dc1632ac1 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -11,10 +11,10 @@ /** * Modify from controls when the "NULL" checkbox is selected * - * @param string the MySQL field type - * @param string the urlencoded field name - OBSOLETE - * @param string the md5 hashed field name - * @param string the multi_edit row sequence number + * @param theType string the MySQL field type + * @param urlField string the urlencoded field name - OBSOLETE + * @param md5Field string the md5 hashed field name + * @param multi_edit string the multi_edit row sequence number * * @return boolean always true */