--- C:/Documents and Settings/Tarquin/Desktop/drupal patches/tabs.module	Fri Nov 07 01:04:52 2008
+++ C:/Documents and Settings/Tarquin/Desktop/drupal patches/tabs_mine.txt	Thu Feb 05 10:00:00 2009
@@ -20,9 +20,6 @@
       'callback arguments' => array('tabs_admin_settings')
     );
   }
-  else {
-    tabs_load();
-  }
   return $items;
 }
 
@@ -93,6 +90,9 @@
  * Process a tabset prior to rendering.
  */
 function tabs_process_tabset($element) {
+  // Add our css and javascript files.
+  _tabs_load();
+  
   static $names = array();
   // Ensure name is unique.
   $i = 0;
@@ -169,7 +169,7 @@
 /**
  * Add required js and css files.
  */
-function tabs_load() {
+function _tabs_load() {
   static $loaded = FALSE;
   if (!$loaded) {
     $path = drupal_get_path('module', 'tabs');
