Skip to content

Commit

Permalink
Strip those spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Nov 21, 2017
1 parent c6404ba commit 046035c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified lectures3/Pythonlearn-15-Databases.pptx
Binary file not shown.
1 change: 1 addition & 0 deletions tools/sql-intro/count_lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
$good = 0;

while ($row = $results->fetchArray()) {
$row[0] = trim($row[0]);
if ( !isset($answer[$row[0]]) ) continue;
if ( $answer[$row[0]] != $row[1] ) continue;
$good++;
Expand Down

0 comments on commit 046035c

Please sign in to comment.