Hi,
I problem with my sort() function. I have created a page that will display a list of open forms that are available to be edited or closed. The page gets this list from an array that is populated from a database. Problem is there are no records in the database, hence nothing in the array, and now i get a sort() error:
Warning: sort() expects parameter 1 to be array, null given in /home/www/intranet/NonCon/close.php on line 50
I believe it's because the array is empty, but if anyone has any ideas i would be very grateful.
M