Skip to content

Commit

Permalink
Update LrsAccount.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tseabrooks committed Aug 29, 2013
1 parent ed46532 commit ab4bce6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LrsAccount.php
Expand Up @@ -65,7 +65,6 @@ public function __construct($xml)
/// <returns></returns>
public static function ConvertToLrsAcountList($xmlDoc)
{
//echo '$xmlDoc='.$xmlDoc;
$allResults = array();
$xml = simplexml_load_string($xmlDoc);
if(false === $xml)
Expand Down

0 comments on commit ab4bce6

Please sign in to comment.