- Patch by chx: no ?> add end of files.

4.7.x
Dries Buytaert 2005-08-25 21:14:17 +00:00
parent afeff189b8
commit 7b8a409675
79 changed files with 76 additions and 79 deletions

View File

@ -881,4 +881,3 @@ function drupal_maintenance_theme() {
$theme = '';
}
?>

View File

@ -1897,4 +1897,3 @@ function _drupal_bootstrap_full() {
// Initialize the localization system.
$locale = locale_initialize();
}
?>

View File

@ -283,4 +283,4 @@ function db_rewrite_sql($query, $primary_table = 'n', $primary_field = 'nid', $
* @} End of "defgroup database".
*/
?>

View File

@ -273,4 +273,4 @@ function db_escape_string($text) {
* @} End of "ingroup database".
*/
?>

View File

@ -259,4 +259,4 @@ function db_escape_string($text) {
* @} End of "ingroup database".
*/
?>

View File

@ -550,4 +550,4 @@ function file_scan_directory($dir, $mask, $nomask = array('.', '..', 'CVS'), $ca
return $files;
}
?>

View File

@ -299,4 +299,4 @@ function image_gd_close($res, $destination, $extension) {
return $close_func($res, $destination);
}
?>

View File

@ -1311,4 +1311,4 @@ function _locale_get_iso639_list() {
);
}
?>

View File

@ -1038,4 +1038,4 @@ function _menu_build_local_tasks($pid) {
return $forked;
}
?>

View File

@ -199,4 +199,4 @@ function module_invoke_all() {
* @} End of "defgroup hooks".
*/
?>

View File

@ -397,4 +397,4 @@ function pager_load_array($value, $element, $old_array) {
return $new_array;
}
?>

View File

@ -67,4 +67,4 @@ function sess_gc($lifetime) {
}
?>

View File

@ -203,4 +203,4 @@ function tablesort_get_sort($headers) {
return 'asc';
}
?>

View File

@ -1077,4 +1077,4 @@ function _theme_table_cell($cell, $header = 0) {
return $output;
}
?>

View File

@ -449,4 +449,3 @@ function drupal_substr($text, $start, $length = NULL) {
}
}
?>

View File

@ -391,4 +391,4 @@ function xmlrpc_error_msg() {
$error = xmlrpc_error();
return $error->message;
}
?>

View File

@ -285,4 +285,4 @@ function xmlrpc_server_method_help($xmlrpc_server, $method) {
return $xmlrpc_server->help[$method];
}
?>

View File

@ -1187,4 +1187,4 @@ function theme_aggregator_page_item($item) {
return $output;
}
?>

View File

@ -1187,4 +1187,4 @@ function theme_aggregator_page_item($item) {
return $output;
}
?>

View File

@ -252,4 +252,4 @@ function archive_page($year = 0, $month = 0, $day = 0) {
return $output;
}
?>

View File

@ -252,4 +252,4 @@ function archive_page($year = 0, $month = 0, $day = 0) {
return $output;
}
?>

View File

@ -520,4 +520,4 @@ function block_list($region) {
return $blocks[$region];
}
?>

View File

@ -520,4 +520,4 @@ function block_list($region) {
return $blocks[$region];
}
?>

View File

@ -291,4 +291,4 @@ function blog_block($op = 'list', $delta = 0) {
}
}
?>

View File

@ -291,4 +291,4 @@ function blog_block($op = 'list', $delta = 0) {
}
}
?>

View File

@ -724,4 +724,4 @@ function _blogapi_get_node_types() {
return $types;
}
?>

View File

@ -724,4 +724,4 @@ function _blogapi_get_node_types() {
return $types;
}
?>

View File

@ -1143,4 +1143,4 @@ array(
}
}
?>

View File

@ -1143,4 +1143,4 @@ array(
}
}
?>

View File

@ -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);
}
}
?>

View File

@ -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);
}
}
?>

View File

@ -338,4 +338,4 @@ function contact_mail_page() {
return $output;
}
?>

View File

@ -338,4 +338,4 @@ function contact_mail_page() {
return $output;
}
?>

View File

@ -209,4 +209,4 @@ function drupal_login($username, $password) {
}
}
?>

View File

@ -209,4 +209,4 @@ function drupal_login($username, $password) {
}
}
?>

View File

@ -1018,4 +1018,4 @@ function _filter_autop($text) {
* @} End of "Standard filters".
*/
?>

View File

@ -1018,4 +1018,4 @@ function _filter_autop($text) {
* @} End of "Standard filters".
*/
?>

View File

@ -1011,4 +1011,4 @@ function _forum_get_topic_order_sql($sortby) {
return $order['field'] .' '. $order['sort'];
}
?>

View File

@ -1011,4 +1011,4 @@ function _forum_get_topic_order_sql($sortby) {
return $order['field'] .' '. $order['sort'];
}
?>

View File

@ -106,4 +106,4 @@ function help_page() {
return $output;
}
?>

View File

@ -106,4 +106,4 @@ function help_page() {
return $output;
}
?>

View File

@ -183,4 +183,4 @@ function _legacy_filter_old_urls($text) {
return $text;
}
?>

View File

@ -183,4 +183,4 @@ function _legacy_filter_old_urls($text) {
return $text;
}
?>

View File

@ -452,4 +452,4 @@ function locale_admin_string() {
return $output;
}
?>

View File

@ -452,4 +452,4 @@ function locale_admin_string() {
return $output;
}
?>

View File

@ -574,4 +574,4 @@ function menu_node_form_delete($node) {
drupal_set_message(t('The menu item has been removed.'));
}
}
?>

View File

@ -574,4 +574,4 @@ function menu_node_form_delete($node) {
drupal_set_message(t('The menu item has been removed.'));
}
}
?>

View File

@ -2000,4 +2000,4 @@ function node_db_rewrite_sql($query, $primary_table, $primary_field) {
* @} End of "defgroup node_access".
*/
?>

View File

@ -2000,4 +2000,4 @@ function node_db_rewrite_sql($query, $primary_table, $primary_field) {
* @} End of "defgroup node_access".
*/
?>

View File

@ -77,4 +77,4 @@ function page_form(&$node) {
return $output;
}
?>

View File

@ -77,4 +77,4 @@ function page_form(&$node) {
return $output;
}
?>

View File

@ -318,4 +318,4 @@ function path_save($edit) {
}
}
?>

View File

@ -318,4 +318,4 @@ function path_save($edit) {
}
}
?>

View File

@ -64,4 +64,4 @@ function ping_ping($name = '', $url = '') {
}
}
?>

View File

@ -64,4 +64,4 @@ function ping_ping($name = '', $url = '') {
}
}
?>

View File

@ -456,4 +456,4 @@ function poll_update($node) {
}
}
?>

View File

@ -456,4 +456,4 @@ function poll_update($node) {
}
}
?>

View File

@ -676,4 +676,4 @@ function _profile_field_serialize($type = NULL) {
return $type == 'date';
}
?>

View File

@ -676,4 +676,4 @@ function _profile_field_serialize($type = NULL) {
return $type == 'date';
}
?>

View File

@ -844,4 +844,4 @@ function theme_search_item($item, $type) {
}
?>

View File

@ -844,4 +844,4 @@ function theme_search_item($item, $type) {
}
?>

View File

@ -489,4 +489,4 @@ function statistics_nodeapi(&$node, $op, $arg = 0) {
}
}
?>

View File

@ -489,4 +489,4 @@ function statistics_nodeapi(&$node, $op, $arg = 0) {
}
}
?>

View File

@ -79,4 +79,4 @@ function story_form(&$node) {
return $output;
}
?>

View File

@ -79,4 +79,4 @@ function story_form(&$node) {
return $output;
}
?>

View File

@ -857,4 +857,4 @@ function system_theme_settings($key = '') {
}
?>

View File

@ -857,4 +857,4 @@ function system_theme_settings($key = '') {
}
?>

View File

@ -1294,4 +1294,4 @@ function taxonomy_autocomplete($vid, $string = '') {
}
}
?>

View File

@ -1294,4 +1294,4 @@ function taxonomy_autocomplete($vid, $string = '') {
}
}
?>

View File

@ -129,4 +129,4 @@ function throttle_settings() {
return $output;
}
?>

View File

@ -129,4 +129,4 @@ function throttle_settings() {
return $output;
}
?>

View File

@ -121,4 +121,4 @@ function tracker_page($uid = 0) {
return $output;
}
?>

View File

@ -121,4 +121,4 @@ function tracker_page($uid = 0) {
return $output;
}
?>

View File

@ -423,4 +423,4 @@ function _upload_image($file) {
return $file;
}
?>

View File

@ -423,4 +423,4 @@ function _upload_image($file) {
return $file;
}
?>

View File

@ -1911,4 +1911,4 @@ function user_autocomplete($string) {
exit();
}
?>

View File

@ -1911,4 +1911,4 @@ function user_autocomplete($string) {
exit();
}
?>

View File

@ -161,4 +161,4 @@ function _watchdog_get_message_types() {
return $types;
}
?>

View File

@ -161,4 +161,4 @@ function _watchdog_get_message_types() {
return $types;
}
?>