mistyped words

This commit is contained in:
Nuno Miguel Reis
2012-10-09 03:25:00 +00:00
parent 7275295b2e
commit 5a163f7367
9 changed files with 135 additions and 134 deletions
+6 -6
View File
@@ -130,13 +130,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 th_order_by('conference_name', $content_conferences['tabel-name'], $order_by, $order);
echo th_order_by('conference_extension', $content_conferences['tabel-extension'], $order_by, $order);
echo th_order_by('conference_profile', $content_conferences['tabel-profile'], $order_by, $order);
echo th_order_by('conference_name', $content_conferences['table-name'], $order_by, $order);
echo th_order_by('conference_extension', $content_conferences['table-extension'], $order_by, $order);
echo th_order_by('conference_profile', $content_conferences['table-profile'], $order_by, $order);
//echo th_order_by('conference_flags', 'Flags', $order_by, $order);
echo th_order_by('conference_order', $content_conferences['tabel-order'], $order_by, $order);
echo th_order_by('conference_enabled', $content_conferences['tabel-enabled'], $order_by, $order);
echo th_order_by('conference_description', $content_conferences['tabel-description'], $order_by, $order);
echo th_order_by('conference_order', $content_conferences['table-order'], $order_by, $order);
echo th_order_by('conference_enabled', $content_conferences['table-enabled'], $order_by, $order);
echo th_order_by('conference_description', $content_conferences['table-description'], $order_by, $order);
echo "<td align='right' width='42'>\n";
if (permission_exists('conference_add')) {
echo " <a href='conference_edit.php' alt='add'>$v_link_label_add</a>\n";