Skip to content

Commit

Permalink
Correction couleurs type (>Z) sur planning
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDevome committed Nov 25, 2024
1 parent 6bb7d6b commit 3c17554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ function tdcell($colclass, $width = '')
$temp = "";
global $tab_couleur;
static $ecolors;
if (($colclass >= "A") && ($colclass <= "Z"))
if (($colclass >= "A") && ($colclass <= "ZZ"))
{
/*$couleurhexa = grr_sql_query1("SELECT couleurhexa FROM ".TABLE_PREFIX."_type_area WHERE type_letter='".$colclass."'");
$couleur_texte = grr_sql_query1("SELECT couleur_texte FROM".TABLE_PREFIX."_type_area WHERE type_letter='".$colclass."'");
Expand Down

0 comments on commit 3c17554

Please sign in to comment.