Browse Source

Update cidlookup.php

Drosis Nikos 10 years ago
parent
commit
b6b410a99c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/asterisk/cidlookup.php

+ 1 - 1
htdocs/asterisk/cidlookup.php

@@ -30,7 +30,7 @@
 include '../master.inc.php';
 
 $phone = GETPOST('phone');
-$notfound = $phone;
+$notfound = $langs->trans("Unknown");
  
 // Security check
 if (empty($conf->clicktodial->enabled))