Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
index 45ea54c..6d07216 100644 (file)
@@ -771,7 +771,7 @@ class DatabaseMssql extends DatabaseBase {
 
                $this->mScrollableCursor = false;
                try {
-                       $ret = $this->query( $sql );
+                       $this->query( $sql );
                } catch ( Exception $e ) {
                        $this->mScrollableCursor = true;
                        throw $e;