diff --git a/app/fax/fax.php b/app/fax/fax.php index d5ca8bd684..d3e780949f 100644 --- a/app/fax/fax.php +++ b/app/fax/fax.php @@ -127,8 +127,8 @@ require_once "resources/paging.php"; echo "
\n"; echo "\n"; echo "\n"; - echo th_order_by('fax_extension', $text['label-extension'], $order_by, $order); echo th_order_by('fax_name', $text['label-name'], $order_by, $order); + echo th_order_by('fax_extension', $text['label-extension'], $order_by, $order); echo th_order_by('fax_email', $text['label-email'], $order_by, $order); echo th_order_by('fax_description', $text['label-description'], $order_by, $order); echo "\n"; - echo " \n"; echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n"; @@ -141,8 +141,8 @@ require_once "resources/paging.php"; if ($result_count > 0) { foreach($result as $row) { echo "
".$row['fax_extension']."".$row['fax_name']."".$row['fax_extension']."".$row['fax_email']." ".$row['fax_description']." \n";