--- views.module.old	Thu Feb 23 18:03:34 2006
+++ views.module.fixed	Thu Feb 23 18:02:14 2006
@@ -1556,7 +1557,7 @@ class _views_query {
       if ($this->header) {
         $result = tablesort_sql($this->header);
         if ($result) {
-          $this->orderby[] = str_replace('ORDER BY ', '', $result);
+          $this->orderby = str_replace('ORDER BY ', '', $result);
         }
       }
          

