function getDatabaseSetting($geotracking_location)
 {
     $geotracking_conf = OA_phpAdsNew::phpAds_geoip_getConf($geotracking_location);
     $sDatabaseType = $this->getDatabaseType($geotracking_conf);
     if ($sDatabaseType === false) {
         return $this->_logErrorAndReturnFalse('Could not set the geotracking database configuration');
     }
     return "{$sDatabaseType}={$geotracking_location}\n";
 }