Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lekensteyn committed Aug 22, 2011
1 parent 55e3057 commit fa72443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$sql = sprintf('SELECT * from confirmed
WHERE Manufacturer="%s" AND Model="%s" AND `nVidia Startup`="%s" AND `nVidia Shutdown`="%s"',
mysql_real_escape_string($manufacturer), mysql_real_escape_string($model),
mysql_real_escape_string($shutdown));
mysql_real_escape_string($start), mysql_real_escape_string($shutdown));
$query = mysql_query($sql);

if($manufacturer!=""&&$model!=""&&$monitor!=""&&$nvidiabusid!=""&&$dmiproduct!=""&&
Expand Down

0 comments on commit fa72443

Please sign in to comment.