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:
2a75cfd
)
CRM_Contact_Page_AJAX - Style fix
author
Tim Otten
<totten@civicrm.org>
Thu, 18 Aug 2016 00:16:19 +0000
(17:16 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 18 Aug 2016 00:17:52 +0000
(17:17 -0700)
CRM/Contact/Page/AJAX.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Page/AJAX.php
b/CRM/Contact/Page/AJAX.php
index bfddb91fa253a6044773ee064c3da464c4e87705..2fb90e6e477e09f822a52ee79c00c65eeb1aa7df 100644
(file)
--- a/
CRM/Contact/Page/AJAX.php
+++ b/
CRM/Contact/Page/AJAX.php
@@
-923,7
+923,7
@@
LIMIT {$offset}, {$rowCount}
}
$prevNextId = CRM_Utils_Type::escapeAll((array) $prevNextId, 'Positive');
CRM_Core_BAO_PrevNextCache::flipPair($prevNextId, $onlySelected);
- CRM_Utils_S
YSTEM
::civiExit();
+ CRM_Utils_S
ystem
::civiExit();
}
/**