removed dsm

This commit is contained in:
2021-12-09 22:21:39 +01:00
parent 3730ae432a
commit e1c71a8433
+3 -3
View File
@@ -281,12 +281,12 @@ function perf_prevnext_view() {
}
}
dsm($perfs);
// dsm($perfs);
// get prev and next
// build links
$index = array_search($current_perf->nid, $perfs);
dsm($index);
// dsm($index);
$list = array();
if($index > 0){
$prev_nid = $perfs[$index-1];
@@ -312,7 +312,7 @@ function perf_prevnext_view() {
$list['attributes']['id'] = "perf-prev-next-btns";
dsm($list);
// dsm($list);
return theme('item_list', $list);