minor fix
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 19 Oct 2015 11:08:22 +0000 (16:38 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Mon, 19 Oct 2015 11:08:22 +0000 (16:38 +0530)
CRM/Report/Form/Contribute/Detail.php

index 5b73fc0c0f55e4f4176e51b833af8f696e9e0e6a..f4e5639bbbd1ea1639aec1f38f35be16922a21a1 100644 (file)
@@ -673,7 +673,7 @@ UNION ALL
               $fld = $fldName;
             }
           }
-          $rest = $fld . " " . $order;
+          $rest = "{$fld} {$order}";
         }
         $orderClause[] = $aliases[$alias] . "_" . $rest;
       }