=== modified file 'modules/node.module' --- modules/node.module +++ modules/node.module @@ -160,16 +160,6 @@ function node_teaser($body, $format = NU return $body; } - // We check for the presence of the PHP evaluator filter in the current - // format. If the body contains PHP code, we do not split it up to prevent - // parse errors. - if (isset($format)) { - $filters = filter_list_format($format); - if (isset($filters['filter/1']) && strpos($body, 'uid); + db_query('UPDATE {node_revisions} SET uid = 0 WHERE uid = %d', $user->uid); + } +} + function theme_node_search_admin($form) { $output = form_render($form['info']);