Skip to content

Commit

Permalink
Add space before parentheses in anonymous function again
Browse files Browse the repository at this point in the history
  • Loading branch information
zuphilip committed Oct 14, 2017
1 parent 6809a3f commit 61e6a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnb/recherche.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
$mapDate = array(3242 => "08/05/2013", 3241 => "01/05/2013", 3240 => "24/04/2013", 3239 => "17/04/2013", 3238 => "10/04/2013", 3237 => "03/04/2013", 3236 => "20/03/2013", 3231 => "13/02/2013");

$files = glob('BNBDaten/*.rdf');
usort($files, function($a, $b) {
usort($files, function ($a, $b) {
return $a < $b;
});
echo "<table>";
Expand Down

0 comments on commit 61e6a49

Please sign in to comment.