/[drupal]/contributions/modules/spaces/spaces_taxonomy/spaces_taxonomy.module
ViewVC logotype

Diff of /contributions/modules/spaces/spaces_taxonomy/spaces_taxonomy.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.4.2.3, Fri Jul 31 18:44:48 2009 UTC revision 1.1.2.4.2.4, Sat Sep 5 21:56:46 2009 UTC
# Line 74  if (function_exists('spaces_menu')) { Line 74  if (function_exists('spaces_menu')) {
74      }      }
75    
76      /**      /**
77       * Implementation of space->links().       * Implementation of space->user_links().
78       */       */
79      function links(&$links) {      function user_links() {
80          return array();
81        }
82    
83        /**
84         * Implementation of space->admin_links().
85         */
86        function admin_links() {
87          return array();
88      }      }
89    
90      /**      /**

Legend:
Removed from v.1.1.2.4.2.3  
changed lines
  Added in v.1.1.2.4.2.4

  ViewVC Help
Powered by ViewVC 1.1.2