removed dsm
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user