The function prog_gallery_sortByFunc (file prog_gallery.module, line 1540) is not compatible with PHP4 as it use foreach command with references.
Can this be fixed o PROG Gallery require PHP5 to work?
The function prog_gallery_sortByFunc (file prog_gallery.module, line 1540) is not compatible with PHP4 as it use foreach command with references.
Can this be fixed o PROG Gallery require PHP5 to work?
Comments
Comment #1
Jānis Bebrītis commentedI hope, it will work with PHP4 now:
I modified code, so that prog_gallery_sortByFunc() can be replaced with array_multisort() which is supported in PHP4 and PHP5. I implemented this into Drupal 5 dev version also and uploaded changes into CVS.
New dev release tarball will be available tomorrow, please test whether it works for You now!
Comment #2
Jānis Bebrītis commentedComment #3
mrodriguezsulime commentedThank you, it works for me.