Explorar el Código

Fixed:fixed error

Zhu Jinhui hace 7 años
padre
commit
c10b79f6f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {