Skip to content
Snippets Groups Projects
Commit 0b8ee869 authored by Apparao G's avatar Apparao G
Browse files

#Fixes::Appu::157349776::Glitches in the displaying in the pick list names in task management

parent 9c1a81e4
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,7 @@ class Calendar_TaskManagement_View extends Vtiger_Index_View {
$color = $db->query_result($result,$i,'color');
}
}
if(($color=='#ffffff') || ($color==' '))
{
if($color=='#ffffff' || empty($color)) {
$color = '#'.dechex(rand(0x000000, 0xFFFFFF));
}
return $color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment