new insertlist

This commit is contained in:
stubbfel
2013-09-25 11:18:45 +02:00
parent 7bc77aa757
commit c596f2a1d1
4 changed files with 2427 additions and 12 deletions

View File

@@ -138,7 +138,7 @@ class PisSqlManager extends SQLManager {
}
$query .= self::$orderByTerm;
// send query
return $this->query($query);
}