Skip to content
  • Leigh B. Stoller's avatar
    Work around what looks like a reference bug: · 53c44522
    Leigh B. Stoller authored
    	    $result["$uid_idx"][] =& $group;
    
    this trashes the array pretty badly, although I am still new to php
    references, so maybe this is expected. Anyway, I removed the
    reference.  Nice that php5 does references the way most programmers
    would expect them to behave :-)
    53c44522