Ticket #1419: sorting-fix.patch
| File sorting-fix.patch, 544 bytes (added by , 20 years ago) |
|---|
-
mythweb/includes/sorting.php
old new 109 109 elseif ($_GET['reverse']) { 110 110 $_SESSION[$session][0]['reverse'] = $_SESSION[$session][0]['reverse'] ? false : true; 111 111 } 112 else {113 $_SESSION[$session][0]['reverse'] = false;114 }115 112 // Once we've processed the information, we should make sure that we're actually sorting an array 116 113 if (!count($programs)) { 117 114 return;
