PUBLIC   marks

ON THIS LINK

PEAR :: Bug #6061 :: problem creating root node with Oracle

by kasi77
line 975 replace : $parent['norder'] = is_null($tmp_order) ? 0 : $tmp_order; by : $parent['norder'] = (is_null($tmp_order) or empty($tmp_order)) ? 0 : $tmp_order;

Comments

No comment on this link yet. React !


PUBLIC TAGS
on this link

bug   db nestedset   nestedset   pear   php  

BY

kasi77
the 12/01/2006 at 08:30