Pārlūkot izejas kodu

Fixed:fixed error

Zhu Jinhui 7 gadi atpakaļ
vecāks
revīzija
c10b79f6f8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Qii/Driver/Base.php

+ 1 - 1
Qii/Driver/Base.php

@@ -85,7 +85,7 @@ class Base
 		$sql = "SHOW TABLES";
 		$rs = $this->setQuery($sql);
 		$tables = array();
-		while($row = $rs->fetch($rs))
+		while($row = $rs->fetch())
 		{
             if(is_array($row)) {
                 foreach($row AS $val) {