- removed PHP closing tag

release-0.6
alecpl 14 years ago
parent 5c024015f0
commit b25dfd0913

@ -70,4 +70,4 @@ $rcmail_config['db_sequence_messages'] = 'message_ids';
// end db config file
?>

@ -559,4 +559,4 @@ $rcmail_config['search_mods'] = null; // Example: array('*' => array('subject'=
$rcmail_config['delete_always'] = false;
// end of config file
?>

@ -274,5 +274,4 @@ raise_error(array(
'line' => __LINE__,
'file' => __FILE__,
'message' => "Invalid request"), true, true);
?>

@ -719,4 +719,3 @@ class html_table extends html
}
}
?>

@ -1730,4 +1730,3 @@ function log_bug($arg_arr)
}
}
?>

@ -69,5 +69,5 @@ class rcube_browser
$this->pngalpha = $this->mz || $this->safari || ($this->ie && $this->ver>=5.5) ||
($this->ie && $this->ver>=5 && $this->mac) || ($this->opera && $this->ver>=7) ? true : false;
}
}
}

@ -2236,4 +2236,3 @@ class rcube_imap_generic
}
?>

@ -732,4 +732,3 @@ class rcube_ldap extends rcube_addressbook
}
?>

@ -674,4 +674,3 @@ if (!extension_loaded('mbstring'))
}
}
?>

@ -73,5 +73,4 @@ function rcube_sqlite_debug($str)
{
//console($str);
}
?>

@ -91,4 +91,3 @@ if ($cid && preg_match('/^[a-zA-Z0-9\+\/=_-]+(,[a-zA-Z0-9\+\/=_-]+)*$/', $cid) &
// send response
$OUTPUT->send();
?>

@ -49,4 +49,4 @@ if ($OUTPUT->ajax_call &&
}
exit;
?>

@ -110,4 +110,4 @@ if (!$CONTACTS->get_result() && $OUTPUT->template_exists('addcontact'))
// this will be executed if no template for addcontact exists
$OUTPUT->send('editcontact');
?>

@ -41,4 +41,3 @@ while ($result && ($row = $result->next())) {
exit;
?>

@ -236,4 +236,3 @@ $OUTPUT->add_handlers(array(
'searchform' => array($OUTPUT, 'search_form')
));
?>

@ -98,4 +98,3 @@ else if ($RCMAIL->action == 'group-delete') {
// send response
$OUTPUT->send();
?>

@ -188,5 +188,3 @@ $OUTPUT->add_handlers(array(
// render page
$OUTPUT->send('importcontacts');
?>

@ -32,4 +32,3 @@ rcmail_js_contacts_list($result);
// send response
$OUTPUT->send();
?>

@ -47,4 +47,3 @@ else
// send response
$OUTPUT->send();
?>

@ -49,5 +49,3 @@ $OUTPUT->command('set_rowcount', rcmail_get_rowcount_text());
// send response
$OUTPUT->send();
?>

@ -72,4 +72,3 @@ function rcmail_contact_details($attrib)
//$OUTPUT->framed = $_framed;
$OUTPUT->add_handler('contactdetails', 'rcmail_contact_details');
$OUTPUT->send('showcontact');
?>

@ -60,4 +60,4 @@ if (!$done)
$OUTPUT->show_message('errorsavingcontact', 'warning');
$OUTPUT->send();
?>

@ -152,4 +152,3 @@ else if ($_SERVER['REQUEST_METHOD'] == 'POST') {
$OUTPUT->command('auto_save_start', false);
$OUTPUT->send('iframe');
?>

@ -85,4 +85,3 @@ function contact_results_sort($a, $b)
return strcoll(trim($name_a, '" '), trim($name_b, '" '));
}
?>

@ -84,4 +84,4 @@ foreach ($a_mailboxes as $mbox_name) {
$OUTPUT->send();
?>

@ -1134,4 +1134,4 @@ $OUTPUT->add_handlers(array(
$OUTPUT->send('compose');
?>

@ -54,4 +54,4 @@ else {
// send response
$OUTPUT->send();
?>

@ -71,4 +71,4 @@ else if ($RCMAIL->action=='purge' && ($mbox = get_input_value('_mbox', RCUBE_INP
$OUTPUT->send($commands);
?>

@ -1606,4 +1606,4 @@ $OUTPUT->add_handlers(array(
'searchform' => array($OUTPUT, 'search_form'),
));
?>

@ -129,4 +129,4 @@ else {
header('HTTP/1.1 404 Not Found');
exit;
?>

@ -42,4 +42,4 @@ if (!empty($a_folders))
$OUTPUT->send();
?>

@ -47,4 +47,4 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_POST))
exit;
?>

@ -102,5 +102,4 @@ else
// send response
$OUTPUT->send();
?>

@ -123,4 +123,4 @@ if (($uids = get_input_value('_uid', RCUBE_INPUT_POST)) && ($flag = get_input_va
}
exit;
?>

@ -135,4 +135,4 @@ else
// send response
$OUTPUT->send();
?>

@ -134,4 +134,4 @@ $OUTPUT->set_env('pagecount', ceil($count/$IMAP->page_size));
$OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($count, 1));
$OUTPUT->send();
?>

@ -695,4 +695,4 @@ else
$OUTPUT->send('iframe');
}
?>

@ -40,5 +40,3 @@ else {
}
$OUTPUT->send();
?>

@ -228,4 +228,4 @@ if ($MESSAGE && $MESSAGE->headers && !$MESSAGE->headers->seen &&
exit;
?>

@ -49,4 +49,4 @@ if ($OUTPUT->ajax_call)
// go to identities page
rcmail_overwrite_action('identities');
?>

@ -135,4 +135,4 @@ if ($RCMAIL->action=='add-identity' && $OUTPUT->template_exists('addidentity'))
$OUTPUT->send('editidentity');
?>

@ -55,7 +55,7 @@ function rcmail_user_prefs_form($attrib)
$out .= html::tag('fieldset', null, html::tag('legend', null, $block['name']) . $table->show($attrib));
}
}
return $out . $form_end;
}
@ -75,4 +75,4 @@ $OUTPUT->add_handlers(array(
$OUTPUT->send('settingsedit');
?>

@ -729,4 +729,3 @@ $OUTPUT->add_handlers(array(
'identitieslist' => 'rcmail_identities_list',
));
?>

@ -45,4 +45,3 @@ $OUTPUT->add_handler('identityframe', 'rcmail_identity_frame');
$OUTPUT->set_env('identities_level', IDENTITIES_LEVEL);
$OUTPUT->send('identities');
?>

@ -427,4 +427,4 @@ $OUTPUT->add_handlers(array(
$OUTPUT->add_label('deletefolderconfirm','addsubfolderhint','forbiddencharacter','folderdeleting','folderrenaming','foldercreating','foldermoving');
$OUTPUT->send('managefolders');
?>

@ -123,4 +123,4 @@ if ($default_id)
// go to next step
rcmail_overwrite_action('identities');
?>

@ -160,4 +160,4 @@ if ($USER->save_prefs($a_user_prefs))
// display the form again
rcmail_overwrite_action('edit-prefs');
?>

@ -126,4 +126,4 @@ $__page_content
EOF;
exit;
?>

@ -25,4 +25,4 @@ header('Content-Type: text/plain; charset=UTF-8');
print trim($converter->get_text());
exit;
?>

@ -49,4 +49,4 @@ if (PEAR::isError($res)) {
echo "Cache cleared\n";
exit;
?>

@ -95,4 +95,4 @@ header('HTTP/1.0 404 Not Found');
echo $error;
exit;
?>

@ -25,4 +25,4 @@ if ($spell_engine = $RCMAIL->config->get('spellcheck_engine', 'googie')) {
header('HTTP/1.1 404 Not Found');
exit;
?>

@ -70,4 +70,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET);
print $store;
exit;
?>

@ -75,4 +75,4 @@ header("Content-Type: text/xml; charset=".RCMAIL_CHARSET);
echo $out;
exit;
?>

Loading…
Cancel
Save