From 14644133c698f3afddaf7c937cd4ffadda962b13 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 21 Jul 2008 16:50:44 +0000 Subject: [PATCH] comment on PMA_generate_slider_effect() --- libraries/common.lib.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 8a198101a..dbdf44373 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -2344,6 +2344,9 @@ function PMA_generate_html_dropdown($select_name, $choices, $active_choice) /** * Generates a slider effect (Mootools) + * Takes care of generating the initial
and the link + * controlling the slider; you have to generate the
yourself + * after the sliding section. * * @uses $GLOBALS['cfg']['InitialSlidersState'] * @param string $id the id of the
on which to apply the effect