Skip to content
Snippets Groups Projects
Commit 3225676b authored by Edselopez's avatar Edselopez
Browse files

RG-140 Fixed notices

parent e2f1653b
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,7 @@ WHERE civicrm_contact.id = $id ";
}
static function getGrants($params) {
$grants = array();
if (!empty($params)) {
$where = "WHERE ";
foreach ($params as $key => $value) {
......@@ -359,7 +360,7 @@ WHERE civicrm_contact.id = $id ";
}
static function getPriorities($id, $contactId) {
$priority = NULL;
$prevGrantProgram = CRM_Core_DAO::getFieldValue('CRM_Grant_DAO_GrantProgram', $id, 'grant_program_id');
$amount = 0;
$params = array(
......
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