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

View File

@@ -154,13 +154,13 @@ else {
//show the results
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
echo "<tr>\n";
echo " <th>".$content_cdr['tabel-hours']."</th>\n";
echo " <th>".$content_cdr['tabel-date']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['tabel-time']."</th>\n";
echo " <th>".$content_cdr['table-hours']."</th>\n";
echo " <th>".$content_cdr['table-date']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['table-time']."</th>\n";
echo " <th>Volume</th>\n";
echo " <th>".$content_cdr['tabel-minutes']."</th>\n";
echo " <th>".$content_cdr['tabel-callsminutes']."</th>\n";
echo " <th>".$content_cdr['tabel-missed']."</th>\n";
echo " <th>".$content_cdr['table-minutes']."</th>\n";
echo " <th>".$content_cdr['table-callsminutes']."</th>\n";
echo " <th>".$content_cdr['table-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th>ALOC</th>\n";
echo "</tr>\n";
@@ -180,13 +180,13 @@ else {
echo " </td>\n";
echo "</tr>\n";
echo "<tr>\n";
echo " <th nowrap='nowrap'>".$content_cdr['tabel-days']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['tabel-date']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['tabel-time']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['table-days']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['table-date']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['table-time']."</th>\n";
echo " <th>Volume</th>\n";
echo " <th>".$content_cdr['tabel-minutes']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['tabel-callsminutes']."</th>\n";
echo " <th>".$content_cdr['tabel-missed']."</th>\n";
echo " <th>".$content_cdr['table-minutes']."</th>\n";
echo " <th nowrap='nowrap'>".$content_cdr['table-callsminutes']."</th>\n";
echo " <th>".$content_cdr['table-missed']."</th>\n";
echo " <th>ASR</th>\n";
echo " <th>ALOC</th>\n";
echo "</tr>\n";