- Patch #29385 by chx: no ?> add end of files.
parent
afeff189b8
commit
7b8a409675
modules
aggregator
archive
block
blog
blogapi
book
comment
contact
drupal
filter
forum
help
legacy
locale
menu
node
page
path
ping
poll
profile
search
statistics
story
system
taxonomy
throttle
tracker
upload
user
watchdog
|
@ -881,4 +881,3 @@ function drupal_maintenance_theme() {
|
|||
$theme = '';
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -1897,4 +1897,3 @@ function _drupal_bootstrap_full() {
|
|||
// Initialize the localization system.
|
||||
$locale = locale_initialize();
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -283,4 +283,4 @@ function db_rewrite_sql($query, $primary_table = 'n', $primary_field = 'nid', $
|
|||
* @} End of "defgroup database".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -273,4 +273,4 @@ function db_escape_string($text) {
|
|||
* @} End of "ingroup database".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -259,4 +259,4 @@ function db_escape_string($text) {
|
|||
* @} End of "ingroup database".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -550,4 +550,4 @@ function file_scan_directory($dir, $mask, $nomask = array('.', '..', 'CVS'), $ca
|
|||
return $files;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -299,4 +299,4 @@ function image_gd_close($res, $destination, $extension) {
|
|||
return $close_func($res, $destination);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1311,4 +1311,4 @@ function _locale_get_iso639_list() {
|
|||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1038,4 +1038,4 @@ function _menu_build_local_tasks($pid) {
|
|||
return $forked;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -199,4 +199,4 @@ function module_invoke_all() {
|
|||
* @} End of "defgroup hooks".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -397,4 +397,4 @@ function pager_load_array($value, $element, $old_array) {
|
|||
return $new_array;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -67,4 +67,4 @@ function sess_gc($lifetime) {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -203,4 +203,4 @@ function tablesort_get_sort($headers) {
|
|||
return 'asc';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1077,4 +1077,4 @@ function _theme_table_cell($cell, $header = 0) {
|
|||
|
||||
return $output;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -449,4 +449,3 @@ function drupal_substr($text, $start, $length = NULL) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
|
@ -391,4 +391,4 @@ function xmlrpc_error_msg() {
|
|||
$error = xmlrpc_error();
|
||||
return $error->message;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -285,4 +285,4 @@ function xmlrpc_server_method_help($xmlrpc_server, $method) {
|
|||
return $xmlrpc_server->help[$method];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1187,4 +1187,4 @@ function theme_aggregator_page_item($item) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1187,4 +1187,4 @@ function theme_aggregator_page_item($item) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -252,4 +252,4 @@ function archive_page($year = 0, $month = 0, $day = 0) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -252,4 +252,4 @@ function archive_page($year = 0, $month = 0, $day = 0) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -520,4 +520,4 @@ function block_list($region) {
|
|||
return $blocks[$region];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -520,4 +520,4 @@ function block_list($region) {
|
|||
return $blocks[$region];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -291,4 +291,4 @@ function blog_block($op = 'list', $delta = 0) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -291,4 +291,4 @@ function blog_block($op = 'list', $delta = 0) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -724,4 +724,4 @@ function _blogapi_get_node_types() {
|
|||
|
||||
return $types;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -724,4 +724,4 @@ function _blogapi_get_node_types() {
|
|||
|
||||
return $types;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -1143,4 +1143,4 @@ array(
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1143,4 +1143,4 @@ array(
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1662,4 +1662,4 @@ function _comment_update_node_statistics($nid) {
|
|||
db_query("UPDATE {node_comment_statistics} SET comment_count = %d, last_comment_timestamp = %d, last_comment_name = '%s', last_comment_uid = %d WHERE nid = %d", 0, NULL, 0, 0, $nid);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -1662,4 +1662,4 @@ function _comment_update_node_statistics($nid) {
|
|||
db_query("UPDATE {node_comment_statistics} SET comment_count = %d, last_comment_timestamp = %d, last_comment_name = '%s', last_comment_uid = %d WHERE nid = %d", 0, NULL, 0, 0, $nid);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -338,4 +338,4 @@ function contact_mail_page() {
|
|||
|
||||
return $output;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -338,4 +338,4 @@ function contact_mail_page() {
|
|||
|
||||
return $output;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -209,4 +209,4 @@ function drupal_login($username, $password) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -209,4 +209,4 @@ function drupal_login($username, $password) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1018,4 +1018,4 @@ function _filter_autop($text) {
|
|||
* @} End of "Standard filters".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1018,4 +1018,4 @@ function _filter_autop($text) {
|
|||
* @} End of "Standard filters".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1011,4 +1011,4 @@ function _forum_get_topic_order_sql($sortby) {
|
|||
return $order['field'] .' '. $order['sort'];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1011,4 +1011,4 @@ function _forum_get_topic_order_sql($sortby) {
|
|||
return $order['field'] .' '. $order['sort'];
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -106,4 +106,4 @@ function help_page() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -106,4 +106,4 @@ function help_page() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -183,4 +183,4 @@ function _legacy_filter_old_urls($text) {
|
|||
return $text;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -183,4 +183,4 @@ function _legacy_filter_old_urls($text) {
|
|||
return $text;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -452,4 +452,4 @@ function locale_admin_string() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -452,4 +452,4 @@ function locale_admin_string() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -574,4 +574,4 @@ function menu_node_form_delete($node) {
|
|||
drupal_set_message(t('The menu item has been removed.'));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -574,4 +574,4 @@ function menu_node_form_delete($node) {
|
|||
drupal_set_message(t('The menu item has been removed.'));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -2000,4 +2000,4 @@ function node_db_rewrite_sql($query, $primary_table, $primary_field) {
|
|||
* @} End of "defgroup node_access".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -2000,4 +2000,4 @@ function node_db_rewrite_sql($query, $primary_table, $primary_field) {
|
|||
* @} End of "defgroup node_access".
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -77,4 +77,4 @@ function page_form(&$node) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -77,4 +77,4 @@ function page_form(&$node) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -318,4 +318,4 @@ function path_save($edit) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -318,4 +318,4 @@ function path_save($edit) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -64,4 +64,4 @@ function ping_ping($name = '', $url = '') {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -64,4 +64,4 @@ function ping_ping($name = '', $url = '') {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -456,4 +456,4 @@ function poll_update($node) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -456,4 +456,4 @@ function poll_update($node) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -676,4 +676,4 @@ function _profile_field_serialize($type = NULL) {
|
|||
return $type == 'date';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -676,4 +676,4 @@ function _profile_field_serialize($type = NULL) {
|
|||
return $type == 'date';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -844,4 +844,4 @@ function theme_search_item($item, $type) {
|
|||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -844,4 +844,4 @@ function theme_search_item($item, $type) {
|
|||
}
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -489,4 +489,4 @@ function statistics_nodeapi(&$node, $op, $arg = 0) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -489,4 +489,4 @@ function statistics_nodeapi(&$node, $op, $arg = 0) {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -79,4 +79,4 @@ function story_form(&$node) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -79,4 +79,4 @@ function story_form(&$node) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -857,4 +857,4 @@ function system_theme_settings($key = '') {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -857,4 +857,4 @@ function system_theme_settings($key = '') {
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1294,4 +1294,4 @@ function taxonomy_autocomplete($vid, $string = '') {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1294,4 +1294,4 @@ function taxonomy_autocomplete($vid, $string = '') {
|
|||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -129,4 +129,4 @@ function throttle_settings() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -129,4 +129,4 @@ function throttle_settings() {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -121,4 +121,4 @@ function tracker_page($uid = 0) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -121,4 +121,4 @@ function tracker_page($uid = 0) {
|
|||
return $output;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -423,4 +423,4 @@ function _upload_image($file) {
|
|||
return $file;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -423,4 +423,4 @@ function _upload_image($file) {
|
|||
return $file;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1911,4 +1911,4 @@ function user_autocomplete($string) {
|
|||
exit();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -1911,4 +1911,4 @@ function user_autocomplete($string) {
|
|||
exit();
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -161,4 +161,4 @@ function _watchdog_get_message_types() {
|
|||
return $types;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
|
@ -161,4 +161,4 @@ function _watchdog_get_message_types() {
|
|||
return $types;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue