summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-20 06:31:18 +0100
committerAndrew Dolgov <[email protected]>2007-11-20 06:31:18 +0100
commit40ce98f4e66b1561a64a332ed9fe99a7234b981b (patch)
tree99b9d0ba3698bf7cf4ee5891d8c51c7ddcede3fa /functions.php
parent71bd29f6bbcc37303d50272584c6e795273a2ce5 (diff)
update_feed_list: disable unnecessary debugging
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 943e5fb0d..41fca453f 100644
--- a/functions.php
+++ b/functions.php
@@ -693,7 +693,9 @@
foreach ($iterator as $item) {
- print_r($item);
+ if ($_GET['xdebug']) {
+ print_r($item);
+ }
if (ENABLE_SIMPLEPIE) {
$entry_guid = $item->get_id();