2         @define('CONST_ConnectionBucket_PageType', 'Status');
 
   4         require_once(dirname(dirname(__FILE__)).'/lib/init-website.php');
 
   7         if (!$oDB || PEAR::isError($oDB))
 
   9                 echo "ERROR: No database";
 
  13         $iWordID = $oDB->getOne("select word_id,word_token, word, class, type, country_code, operator, search_name_count from word where word_token in (' a')");
 
  14         if (PEAR::isError($iWordID))
 
  16                 echo "ERROR: Query failed";
 
  21                 echo "ERROR: No value";