summaryrefslogtreecommitdiff
path: root/_darcs/tentative_pristine
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-30 16:22:02 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-30 16:22:02 -0500
commitd57c06b4171fbed9f059c53d66f6b313d9303d6d (patch)
treee811408e7eb16567c3841107a796be4323fcb04c /_darcs/tentative_pristine
parent76d91a358bc072274953c2aaf8a768c331ac2a71 (diff)
wrapper element for config.xml
darcs-hash:20081230212202-84dde-d6439ad7061a56c9de0168ced3d95436ca20cb59.gz
Diffstat (limited to '_darcs/tentative_pristine')
-rw-r--r--_darcs/tentative_pristine15
1 files changed, 4 insertions, 11 deletions
diff --git a/_darcs/tentative_pristine b/_darcs/tentative_pristine
index 2a7c664f3..6a29f612c 100644
--- a/_darcs/tentative_pristine
+++ b/_darcs/tentative_pristine
@@ -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');