Revize 12de28ea
Přidáno uživatelem Tomáš Pašek před téměř 4 roky(ů)
application/model/DB.php | ||
---|---|---|
51 | 51 |
if (array_key_exists("finished", $params)) { |
52 | 52 |
$this->stmt->bindParam(':finished',$params['finished']); |
53 | 53 |
} |
54 |
if (array_key_exists("description2", $params)) { |
|
55 |
$this->stmt->bindParam(':description2',$params['description2']); |
|
56 |
} |
|
54 | 57 |
if (array_key_exists("manuscript", $params)) { |
55 | 58 |
for ($x = 0; $x < count($params["manuscript"]); $x += 1) { |
56 | 59 |
$this->stmt->bindParam(':manuscript'.$x,$params["manuscript"][$x], PDO::PARAM_INT); |
Také k dispozici: Unified diff
Feature #8638 Implementovat filtr pro Poznámka 2