diff --git a/html/js/card.js b/html/js/card.js index 44c774316..eb8b79948 100644 --- a/html/js/card.js +++ b/html/js/card.js @@ -607,7 +607,7 @@ function select_card_type(obj) * - filter is the filter but with a fd_id list, -1 means there is no filter * - ref : reload the window after adding card * - content : name of the div - *@example dis_blank_card({gDossier:15,fd_id:12,ref:1}); + *@note dis_blank_card({gDossier:15,fd_id:12,ref:1}); *@see ajax_card.php */ function dis_blank_card(obj) @@ -917,4 +917,4 @@ function action_remove_concerned(p_dossier,p_fiche_id,p_action_id) } ); } - \ No newline at end of file + diff --git a/include/database/class_noalyss_sql.php b/include/database/class_noalyss_sql.php index 1ac6c3c9e..d1d5d8279 100644 --- a/include/database/class_noalyss_sql.php +++ b/include/database/class_noalyss_sql.php @@ -24,7 +24,7 @@ * @file * @brief this wrapper is used to created easily a wrapper to a table * - * @class + * @class Noalyss_SQL * Match a table into an object, you need to add the code for each table * @note : the primary key must be an integer * diff --git a/include/fiche.inc.php b/include/fiche.inc.php index e419699a8..1c83125bc 100644 --- a/include/fiche.inc.php +++ b/include/fiche.inc.php @@ -278,8 +278,8 @@ if (isDate($_REQUEST['start']) == null || isDate($_REQUEST['end']) == null) alert('Date invalide !'); return; } -/************************************************************************************************************************* - * Balance agée tous +/*************************************************************************************************************************/ + // Balance agée tous /*************************************************************************************************************************/ if ( $_GET['histo'] == 8) { @@ -314,8 +314,8 @@ if ( $_GET['histo'] == 8) } return; } -/************************************************************************************************************************* - * Balance en-cours +/*************************************************************************************************************************/ + // Balance en-cours /*************************************************************************************************************************/ if ( $_GET['histo'] == 7) { diff --git a/include/lib/ac_common.php b/include/lib/ac_common.php index 8fe3d14b0..347b5fcff 100644 --- a/include/lib/ac_common.php +++ b/include/lib/ac_common.php @@ -465,7 +465,7 @@ function sql_string($p_string) } /** - /* \brief store the string which print +* \brief store the string which print * the content of p_array in a table * used to display the menu * \param $p_array array like ( 0=>HREF reference, 1=>visible item (name),2=>Help(opt), @@ -475,7 +475,7 @@ function sql_string($p_string) * \param $class_ref CSS for the A tag * \param $default selected item * \param $p_extra extra code for the table tag (CSS or javascript) - * + */ /* \return : string */ function ShowItem($p_array, $p_dir='V', $class="mtitle", $class_ref="mtitle", $default="", $p_extra="") @@ -897,7 +897,7 @@ function show_module($selected) } /** * Find the default module or the first one - * @global $g_user $g_user + * @var $g_user $g_user * @return default module (string) */ function find_default_module() @@ -976,7 +976,7 @@ function find_default_module() /** * show the module - * @global $g_user + * @var $g_user * @param $module the $_REQUEST['ac'] exploded into an array * @param $idx the index of the array : the AD code is splitted into an array thanks the slash */ @@ -1263,4 +1263,4 @@ function is_msie() $is_msie=0; return $is_msie; } -?> \ No newline at end of file +?>