Skip to content

Commit

Permalink
- moet veranderen naar spatie ipv niks #9
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderbug committed Sep 19, 2017
1 parent 6863189 commit 97aa318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cron.php
Expand Up @@ -56,7 +56,7 @@

if(strpos($row["name"], "-") !== false) {
$tRow = $row;
$tRow["name"] = str_replace("-", "", $tRow["name"]);
$tRow["name"] = str_replace("-", " ", $tRow["name"]);

checkNameinText($tRow, $postData);
}
Expand All @@ -68,7 +68,7 @@
checkNameinText($tRow, $postData);

if(strpos($row["name"], "-") !== false) {
$tRow["name"] = str_replace("-", "", $tRow["name"]);
$tRow["name"] = str_replace("-", " ", $tRow["name"]);
checkNameinText($tRow, $postData);
}
}
Expand Down

0 comments on commit 97aa318

Please sign in to comment.