| commit | 21bce3f1a6444805e3f93d105a74928f932a6b89 | [log] [tgz] |
|---|---|---|
| author | edillon <edillon> | Wed May 28 22:55:26 2008 +0000 |
| committer | edillon <edillon> | Wed May 28 22:55:26 2008 +0000 |
| tree | 02ff9948fb60d6e00c3cbb4110026ca9a8dac9e2 | |
| parent | 7bfe051c6be6a0679d53e3026d9487d5b2ea6302 [diff] |
Removing annoying "Contents :" at top of page!
diff --git a/downloads/parseBuilds.php b/downloads/parseBuilds.php index 08770ca..7604434 100644 --- a/downloads/parseBuilds.php +++ b/downloads/parseBuilds.php
@@ -62,7 +62,7 @@ xml_set_element_handler($xmlparser, "start_tag", "end_tag"); function tag_contents($parser, $data) { - echo "Contents : ".$data."<br />"; + //echo "Contents : ".$data."<br />"; } /**