Fixed a repeated message during install.

This commit is contained in:
Paul Baranowski 2011-05-24 21:34:06 -04:00
parent e90a3269c2
commit fa17e63611
1 changed files with 0 additions and 2 deletions

View File

@ -212,8 +212,6 @@ class AirtimeInstall
{
global $CC_DBC;
echo "* Installing Postgresql scripting language".PHP_EOL;
// Install postgres scripting language
$langIsInstalled = $CC_DBC->GetOne('SELECT COUNT(*) FROM pg_language WHERE lanname = \'plpgsql\'');
if ($langIsInstalled == '0') {