MINOR Fixed error

This commit is contained in:
Sean Harvey 2010-02-02 02:34:40 +00:00
parent 72a1381455
commit 6f42abda19

View File

@ -48,7 +48,7 @@ class MSSQLAzureDatabase extends MSSQLDatabase {
$this->query('SET QUOTED_IDENTIFIER ON');
$this->query('SET TEXTSIZE 2147483647');
return $conn
return $conn;
}
/**