- removed PHP closing tag

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

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

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

@ -274,5 +274,4 @@ raise_error(array(
'line' => __LINE__, 'line' => __LINE__,
'file' => __FILE__, 'file' => __FILE__,
'message' => "Invalid request"), true, true); '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->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; ($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); //console($str);
} }
?>

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

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

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

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

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

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

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

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

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

@ -131,4 +131,4 @@ else
} }
} }
?>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -135,4 +135,4 @@ else
// send response // send response
$OUTPUT->send(); $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->command('set_rowcount', rcmail_get_messagecount_text($count, 1));
$OUTPUT->send(); $OUTPUT->send();
?>

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

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

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

@ -56,4 +56,4 @@ else
} }
exit; exit;
?>

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

@ -135,4 +135,4 @@ if ($RCMAIL->action=='add-identity' && $OUTPUT->template_exists('addidentity'))
$OUTPUT->send('editidentity'); $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)); $out .= html::tag('fieldset', null, html::tag('legend', null, $block['name']) . $table->show($attrib));
} }
} }
return $out . $form_end; return $out . $form_end;
} }
@ -75,4 +75,4 @@ $OUTPUT->add_handlers(array(
$OUTPUT->send('settingsedit'); $OUTPUT->send('settingsedit');
?>

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save