X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=blobdiff_plain;f=conf%2Ffarmconfig.py;h=3ad8251eafd6b9b873548dec4a0516e312e876d8;hp=f12dac67d6740c149402546ed23650a81aa302c0;hb=212e4b7e56012b4a04df1f1e9180b9c521aaead1;hpb=be3b6930d950f5ebd3c63d982cd4b0f36e116044 diff --git a/conf/farmconfig.py b/conf/farmconfig.py index f12dac6..3ad8251 100644 --- a/conf/farmconfig.py +++ b/conf/farmconfig.py @@ -163,7 +163,6 @@ class FarmConfig(DefaultConfig): from dbsettings import phpbb_dbhost, phpbb_dbuser, phpbb_dbpass, phpbb_dbname phpbb = mysql_login( name = 'phpbb', - verbose = True, dbhost = phpbb_dbhost, dbuser = phpbb_dbuser, dbpass = phpbb_dbpass,