Skip to content
Snippets Groups Projects
Commit 91b01ead authored by sushantpaste's avatar sushantpaste
Browse files

Added suggested changes

parent 8cf8d270
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,7 @@ function MODULENAME_civicrm_links($op, $objectName, $objectId, &$links, &$mask,
);
break;
case 'view.report.links':
// disable copy,delete links.
// disable copy & delete links.
unset($links['copy']);
unset($links['delete']);
}
......
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