Index: mysite.module
===================================================================
--- mysite.module	(revision 40)
+++ mysite.module	(working copy)
@@ -806,6 +806,7 @@
  */
 function mysite_prepare_columns($mysite, $data = array(), $cols = 1) {
   global $user;
+
   // reset the key to zero if there is only one column
   if (count($data) == 0) {
     sort($data); 
@@ -849,6 +850,8 @@
         }
       }  
     }
+  } else {
+    $new = $new[0];
   }
   return $new;
 }
