не знаю что
This commit is contained in:
@ -61,6 +61,8 @@
|
||||
*/
|
||||
function findFirstNode($node, $nodename)
|
||||
{
|
||||
if($node==null) return null;
|
||||
|
||||
$mas=array();
|
||||
$pos=0;
|
||||
$mas[$pos] = $node->firstChild;
|
||||
|
||||
Reference in New Issue
Block a user