|
@@ -89,13 +89,13 @@ require_once "includes/paging.php";
|
|
|
echo "<div align='center'>\n";
|
|
|
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
|
|
|
echo "<tr>\n";
|
|
|
- echo thorder_by('username', 'Username', $order_by, $order);
|
|
|
- echo thorder_by('user_type', 'Type', $order_by, $order);
|
|
|
- echo thorder_by('user_category', 'Category', $order_by, $order);
|
|
|
- echo thorder_by('user_first_name', 'First Name', $order_by, $order);
|
|
|
- echo thorder_by('user_last_name', 'Last Name', $order_by, $order);
|
|
|
- echo thorder_by('user_company_name', 'Organization', $order_by, $order);
|
|
|
- echo thorder_by('user_phone_1', 'Phone', $order_by, $order);
|
|
|
+ echo th_order_by('username', 'Username', $order_by, $order);
|
|
|
+ echo th_order_by('user_type', 'Type', $order_by, $order);
|
|
|
+ echo th_order_by('user_category', 'Category', $order_by, $order);
|
|
|
+ echo th_order_by('user_first_name', 'First Name', $order_by, $order);
|
|
|
+ echo th_order_by('user_last_name', 'Last Name', $order_by, $order);
|
|
|
+ echo th_order_by('user_company_name', 'Organization', $order_by, $order);
|
|
|
+ echo th_order_by('user_phone_1', 'Phone', $order_by, $order);
|
|
|
echo "<td align='right' width='42'>\n";
|
|
|
if (permission_exists('contacts_add')) {
|
|
|
echo " <a href='users_edit.php' alt='add'>$v_link_label_add</a>\n";
|