Skip to content

Commit

Permalink
Correctif #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Athar42 authored Nov 10, 2018
1 parent 22a2c46 commit c660fb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/qms_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ function analyse_globale($periodes,$nb_rapport,$JorA){ // Analyse des esp
$tooltip="";//get_tooltip_spy($name,$sender_list[$j],$datadate,$JorA);
$retour .= "<th><a $tooltip><b>".$count_spy[$name][$s_id]."</b></a></th>\n";
}else
$retour .= "<th>&nbsp</th>\n";
$retour .= "<th>&nbsp;</th>\n";
}
$retour .= "</tr>\n";
}else
Expand All @@ -478,7 +478,7 @@ function analyse_globale($periodes,$nb_rapport,$JorA){ // Analyse des esp
$tooltip="";//get_tooltip_spy("?",$sender_list[$j],$datadate,$JorA);
$retour .= "<th><a $tooltip><b>".$count_spy[$lastone][$s_id]."</b></a></th>\n";
}else
$retour .= "<th>&nbsp</th>\n";
$retour .= "<th>&nbsp;</th>\n";
}
$retour .= "</tr>\n";
}
Expand Down Expand Up @@ -540,4 +540,4 @@ function delete_qms_config($userid){
$query = "DELETE FROM ".TABLE_QMS_config." WHERE `user_id`=".$userid." AND `config`!='search'";
$db->sql_query($query);
}
?>
?>

0 comments on commit c660fb0

Please sign in to comment.