Skip to content

Commit

Permalink
Korjataan query
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi Järvinen committed Aug 23, 2016
1 parent 805bbcd commit 5d129a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extranet/login_extranet.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
AND kuka.extranet != ''
AND kuka.oletus_asiakas != ''";
if (strlen($yhtio) > 0) {
$query .= " and yhtio = '$yhtio'";
$query .= " and kuka.yhtio = '$yhtio'";
}
$result = pupe_query($query);

Expand Down

0 comments on commit 5d129a9

Please sign in to comment.