Removed duplicated message during install

This commit is contained in:
Paul Baranowski 2011-05-30 15:24:51 -04:00
parent 2c3748a8ad
commit e23dc1177d
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') {