projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69159dc
)
removed unnecessary assignment
author
Joe Murray
<joe.murray@jmaconsulting.biz>
Tue, 19 Nov 2013 16:21:27 +0000
(11:21 -0500)
committer
Joe Murray
<joe.murray@jmaconsulting.biz>
Tue, 19 Nov 2013 16:21:27 +0000
(11:21 -0500)
CRM/Case/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Page/AJAX.php
b/CRM/Case/Page/AJAX.php
index c801ac908e123597c3cabaa9b26810b6bb814752..e3eedd39e3d9759dc349f9b489d7717c4a1a6dfd 100644
(file)
--- a/
CRM/Case/Page/AJAX.php
+++ b/
CRM/Case/Page/AJAX.php
@@
-43,7
+43,6
@@
class CRM_Case_Page_AJAX {
static function unclosedCases() {
$criteria = explode('-', CRM_Utils_Type::escape(CRM_Utils_Array::value('s', $_GET), 'String'));
- $limit = NULL;
$limit = CRM_Utils_Array::value('limit', $_GET);
if ($limit) {
$limit = CRM_Utils_Type::escape($limit, 'Integer');