Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1918 → Rev 1919

/trunk/api/pear/XML/Feed/Parser/Type.php
17,7 → 17,7
* @author James Stewart <james@jystewart.net>
* @copyright 2005 James Stewart <james@jystewart.net>
* @license http://www.gnu.org/copyleft/lesser.html GNU LGPL 2.1
* @version CVS: $Id: Type.php,v 1.2 2007-07-25 15:05:34 jp_milcent Exp $
* @version CVS: $Id: Type.php,v 1.3 2008-09-30 15:21:39 alexandre_tb Exp $
* @link http://pear.php.net/package/XML_Feed_Parser/
*/
 
195,7 → 195,9
$this->entries[$offset] = new $this->itemClass(
$entries->item($offset), $this, $xmlBase);
if ($id = $this->entries[$offset]->id) {
$this->idMappings[$id] = $this->entries[$offset];
$id_mappings = $this->idMappings;
$id_mappings[$id] = $this->entries[$offset];
$this->idMappings = $id_mappings;
}
} else {
throw new XML_Feed_Parser_Exception('No entries found');
/trunk/api/pear/A_LIRE.txt
14,4 → 14,4
Net_URL 1.0.14 stable
PEAR 1.4.11 stable
Text_Wiki 1.0.0 stable
XML_Feed_Parser 1.0.2 stable
XML_Feed_Parser 1.0.2 stable : modification ligne 198 Type.php correction bug indirect property overloaded