diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-11-24 18:25:05 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-11-24 18:25:05 +0100 |
commit | e450933650762145314ab01f1ecd0a1a373e9ccd (patch) | |
tree | 5c61e8e184c22bb841e6f9c4686b50759ce7c11d /lib | |
parent | 0f6181627835572ce70fddfc4decc14b1213a715 (diff) | |
download | nextcloud-server-e450933650762145314ab01f1ecd0a1a373e9ccd.tar.gz nextcloud-server-e450933650762145314ab01f1ecd0a1a373e9ccd.zip |
remove left over tag
Diffstat (limited to 'lib')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index 09b4934940c..f79768a6640 100644 --- a/lib/db.php +++ b/lib/db.php @@ -168,7 +168,7 @@ class OC_DB { try{ self::$PDO=new PDO($dsn, $user, $pass, $opts); }catch(PDOException $e) { - OC_Template::printErrorPage( '<b>can not connect to database, using '.$type.'. ('.$e->getMessage().')' ); + OC_Template::printErrorPage( 'can not connect to database, using '.$type.'. ('.$e->getMessage().')' ); } // We always, really always want associative arrays self::$PDO->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC); |