? 795022-reroll2.patch
? 795022-reroll9.patch
? sites/default/files
? sites/default/settings.php
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1183
diff -u -p -r1.1183 common.inc
--- includes/common.inc	25 Jun 2010 18:56:11 -0000	1.1183
+++ includes/common.inc	26 Jun 2010 18:54:34 -0000
@@ -6178,6 +6178,8 @@ function watchdog_severity_levels() {
 
 /**
  * Explode a string of given tags into an array.
+ *
+ * @see drupal_implode_tags()
  */
 function drupal_explode_tags($tags) {
   // This regexp allows the following types of user input:
@@ -6202,6 +6204,8 @@ function drupal_explode_tags($tags) {
 
 /**
  * Implode an array of tags into a string.
+ *
+ * @see drupal_explode_tags()
  */
 function drupal_implode_tags($tags) {
   $encoded_tags = array();
Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.596
diff -u -p -r1.596 taxonomy.module
--- modules/taxonomy/taxonomy.module	24 Jun 2010 22:21:51 -0000	1.596
+++ modules/taxonomy/taxonomy.module	26 Jun 2010 18:54:34 -0000
@@ -1025,6 +1025,8 @@ function _taxonomy_get_tid_from_term($te
 
 /**
  * Implodes a list of tags of a certain vocabulary into a string.
+ *
+ * @see drupal_explode_tags()
  */
 function taxonomy_implode_tags($tags, $vid = NULL) {
   $typed_tags = array();
