Forráskód Böngészése

Update mypdo.class.php

wanggangtao 5 éve%!(EXTRA string=óta)
szülő
commit
42c22f1cc7
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      lib/common/mypdo.class.php

+ 1 - 0
lib/common/mypdo.class.php

@@ -232,6 +232,7 @@ class MyPdo {
 		}
 		$wheres_str = implode(' and ', $wheres);
 		$sql .= ' where '.$wheres_str;
+
 		try {
 			$num = $this->pdo->exec($sql);