Refactoring of Code, Comments and Spelling

This commit is contained in:
Steffen Schröder
2013-12-09 13:45:58 +01:00
parent 5339b6766f
commit c97b4166f2
26 changed files with 1834 additions and 1833 deletions

View File

@ -260,7 +260,7 @@ class GBXBaseFetcher
// XML parser functions
private function startTag($parser, $name, $attribs)
{
foreach ($attribs as $key => &$val)
foreach ($attribs as &$val)
$val = utf8_decode($val);
//echo 'startTag: ' . $name . "\n"; print_r($attribs);
array_push($this->_parsestack, $name);