]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/tentative_pristine
wrapper element for config.xml
[quix0rs-gnu-social.git] / _darcs / tentative_pristine
index 2a7c664f3f0cf51f48c542c890e553f2c0ac0d15..6a29f612c16b854e2f15436f09af81ecef7a9b23 100644 (file)
@@ -1,11 +1,4 @@
-hunk ./actions/twitapilaconica.php 122
--                    common_element($setting, null, common_config($section, $setting));
-+                    $value = common_config($section, $setting);
-+                    if (is_array($value)) {
-+                        $value = implode(',', $value);
-+                    } else if ($value === false) {
-+                        $value = 'false';
-+                    } else if ($value === true) {
-+                        $value = 'true';
-+                    }
-+                    common_element($setting, null, $value);
+hunk ./actions/twitapilaconica.php 118
++            common_element_start('config');
+hunk ./actions/twitapilaconica.php 135
++            common_element_end('config');