Skip to content

Commit

Permalink
aterialistaus kuntoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna E Hietanen committed Apr 19, 2012
1 parent 6675a50 commit 26ca800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsoha/ateria.php
Expand Up @@ -36,7 +36,7 @@
}

$kyselyb = $yhteys->prepare ("SELECT nimi FROM resepti WHERE reseptiid IN
(SELECT reseptiid FROM ateriakokonaisuusvalitaulu WHERE ateriaid IN (SELECT ateriaid FROM ateria WHERE
(SELECT reseptiid FROM ateriakokonaisuusvalitaulu WHERE ateriaid IN (SELECT ateriaid FROM ateriakokonaisuus WHERE
nimi like '$v' ) ) ");

$kyselyb->execute();
Expand Down
2 changes: 1 addition & 1 deletion tsoha/reseptimuokkaus.php
Expand Up @@ -18,7 +18,7 @@
//tällä sivulla lisätään muutokset tietokantaan
//transaktion alku
$yhteys->beginTransaction();
$nimi = $_POST[nimi];
$nimi = $_POST["nimi"];
$raakaaine = $_POST['raakaaineid'];


Expand Down

0 comments on commit 26ca800

Please sign in to comment.