diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c01f631edb..67a7afb86a 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,4 +1,9 @@ -2009-08-24 Miguel de Dios +2009-08-26 Miguel de Dios + + * include/functions_extensions.php: add the small description in the + load_extensions function for phpdoc. + +2009-08-26 Miguel de Dios * include/functions_menu.php, include/functions_html.php, include/functions_events.php, include/functions_messages.php, @@ -22,7 +27,7 @@ comment blocks for to organize more the result phpdoc files. Start to document undocument functions. -2009-08-24 Miguel de Dios +2009-08-25 Miguel de Dios * include/functions_menu.php, include/functions_html.php, include/functions_events.php, include/functions_messages.php, diff --git a/pandora_console/include/functions_extensions.php b/pandora_console/include/functions_extensions.php index c647c6ae70..472651008f 100644 --- a/pandora_console/include/functions_extensions.php +++ b/pandora_console/include/functions_extensions.php @@ -128,7 +128,7 @@ function get_extensions ($enterprise = false) { } /** - * TODO: Document extensions + * Load the basic configurations of extension and add extensions into menu. * * @param array $extensions */