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

#Fixes::157349776::Yogeshwar::Taskmanagement Picklist Color generating Issue

parents 5f647888 1c37c964
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class Calendar_TaskManagement_View extends Vtiger_Index_View {
$color = $db->query_result($result,$i,'color');
}
}
if(($color=='#ffffff') || ($color=' '))
if(($color=='#ffffff') || ($color==' '))
{
$color = '#'.dechex(rand(0x000000, 0xFFFFFF));
}
......
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