bach 2 سال پیش
والد
کامیت
e1c71a8433
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      sites/all/modules/gui/perfart/perfart.module

+ 3 - 3
sites/all/modules/gui/perfart/perfart.module

@@ -281,12 +281,12 @@ function perf_prevnext_view() {
       }
       }
     }
     }
 
 
-    dsm($perfs);
+    // dsm($perfs);
 
 
     // get prev and next
     // get prev and next
     // build links
     // build links
     $index = array_search($current_perf->nid, $perfs);
     $index = array_search($current_perf->nid, $perfs);
-    dsm($index);
+    // dsm($index);
     $list = array();
     $list = array();
     if($index > 0){
     if($index > 0){
       $prev_nid = $perfs[$index-1];
       $prev_nid = $perfs[$index-1];
@@ -312,7 +312,7 @@ function perf_prevnext_view() {
 
 
     $list['attributes']['id'] = "perf-prev-next-btns";
     $list['attributes']['id'] = "perf-prev-next-btns";
 
 
-    dsm($list);
+    // dsm($list);
 
 
     return theme('item_list', $list);
     return theme('item_list', $list);