mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-16 16:15:03 +00:00
mistyped words
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user