wanggangtao преди 5 години
родител
ревизия
42c22f1cc7
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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);