Browse Source

Change to pass arguments by value.

ccheng 14 years ago
parent
commit
69375f7c8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_library/tripal_library.module

+ 1 - 1
tripal_library/tripal_library.module

@@ -1197,7 +1197,7 @@ function chado_library_view ($node, $teaser = FALSE, $page = FALSE) {
  **  <theme_name>_tripal_library_library_table(&$libraries)
  */
 
-function theme_tripal_library_library_table (&$libraries) {
+function theme_tripal_library_library_table ($libraries) {
 
    // cycle through the libraries and build the libraries page
    $output = "<div id=\"libraries\">";