summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-02 13:19:45 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-02 13:19:45 (GMT)
commit115cadecb464d5fd48af6ddb56774bae80cc4b59 (patch)
tree309e457c09a6f3277e103d4a433198a0ceec06c4 /abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch
parentf4369a17f28692e42ef8264f5850d4a4a0d15aaf (diff)
downloadlinhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.zip
linhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.tar.gz
linhes_pkgbuild-115cadecb464d5fd48af6ddb56774bae80cc4b59.tar.bz2
mythtv: remove old stable-0.25
Diffstat (limited to 'abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch')
-rw-r--r--abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch b/abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch
deleted file mode 100644
index 2f76216..0000000
--- a/abs/core/mythtv/stable-0.25/mythweb/sorting.php.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** includes/sorting.php.old 2011-04-03 06:05:31.000000000 -0500
---- includes/sorting.php 2012-03-27 05:05:51.000000000 -0500
-***************
-*** 123,129 ****
- function by_user_choice(&$a, &$b) {
- foreach ($GLOBALS['user_sort_choice'] as $sort) {
- $function = 'by_'.$sort['field'];
-! $response = $function(&$a, &$b);
- // Identical response, go on to the next sort choice
- if (!$response)
- continue;
---- 123,129 ----
- function by_user_choice(&$a, &$b) {
- foreach ($GLOBALS['user_sort_choice'] as $sort) {
- $function = 'by_'.$sort['field'];
-! $response = $function($a, $b);
- // Identical response, go on to the next sort choice
- if (!$response)
- continue;