From 5c7d90899338eda8b43a405aac693fdd4337286b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 23 Nov 2001 19:25:02 +0000 Subject: [PATCH] Ooops, wrong funtion comments... --- libraries/functions.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libraries/functions.js b/libraries/functions.js index 48f9c85fb..49e64298d 100644 --- a/libraries/functions.js +++ b/libraries/functions.js @@ -296,11 +296,10 @@ function checkTransmitDump(theForm, theAction) /** - * Displays an confirmation box beforme to submit a "DROP/DELETE/ALTER" query. - * This function is called while clicking links + * Sets/unsets the pointer in browse mode * - * @param object the link - * @param object the sql query to submit + * @param object the table row + * @param object the color to use for this row * * @return boolean whether pointer is set or not */