Merge remote branch 'upstream/master' into BUG-5359

This commit is contained in:
Hector Cortez
2012-07-04 17:19:01 -04:00
12 changed files with 3990 additions and 3360 deletions

View File

@@ -33,6 +33,9 @@
// License: LGPL, see LICENSE
////////////////////////////////////////////////////
if (!class_exists('PMScript')) {
G::LoadClass('pmScript');
}
/**
* ProcessMaker has made a number of its PHP functions available be used in triggers and conditions.
@@ -2091,4 +2094,4 @@ function PMFGetCaseNotes ($applicationID, $type='array', $userUid='')
$response = Cases::getCaseNotes($applicationID, $type, $userUid);
return $response;
}