Selaa lähdekoodia

Fixed:fixed error

Zhu Jinhui 7 vuotta sitten
vanhempi
commit
c10b79f6f8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {