'info' => ts('CiviCRM Full-text Search'),
'subject' => ts('Full-text Search'),
'active' => TRUE,
- 'cache' => BLOCK_CACHE_GLOBAL,
+ 'cache' => BLOCK_NO_CACHE,
'visibility' => 1,
'weight' => -94,
'status' => 0,
if (!empty($config->enableComponents)) {
// check if we can process credit card contribs
$newCredit = CRM_Core_Payment::allowBackofficeCreditCard();
-
+
foreach ($components as $componentName => $obj) {
if (in_array($componentName, $config->enableComponents)) {
eval('$obj->creatNewShortcut( $shortCuts, $newCredit );');
<form method="post" id="id_fulltext_search">
<div style="margin-bottom: 8px;">
<input type="text" name="text" id='text' value="" style="width: 10em;" /> <input type="submit" name="submit" id="fulltext_submit" value="{ts}Go{/ts}" class="form-submit"/ onclick='submitForm();'>
+ <input type="hidden" name="qfKey" value="{crmKey name='CRM_Contact_Controller_Search' addSequence=1}" />
</div>
<select class="form-select" id="fulltext_table" name="fulltext_table">
{if call_user_func(array('CRM_Core_Permission','giveMeAllACLs'))}