Open GoogleCodeExporter opened 8 years ago
Note : Could make the page working by changing :
$files_to_add = array_filter($files_to_add, function ($item) use ($search)
{...});
to :
$files_to_add = array_filter($files_to_add, "tempFct"); function tempFct
($item,$search) {...}
Original comment by nicolas....@gmail.com
on 12 Nov 2013 at 11:11
Thanks for posting your solution! It's cleaner that the one used on r515!
Original comment by i...@subwaydesign.com.ar
on 13 Nov 2013 at 12:59
Original issue reported on code.google.com by
nicolas....@gmail.com
on 12 Nov 2013 at 11:01