Skip to content

Commit bb42586

Browse files
authored
typo
1 parent a27500a commit bb42586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sick.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
echo "Aucune table ! relancer l'installation: php instal.php --force";
127127
exit(1);
128128
}else{
129-
echo "Connection OK - ' . count($arr) . ' tables.\n";
129+
echo "Connection OK - " . count($arr) . " tables.\n";
130130
}
131131
}
132132

0 commit comments

Comments
 (0)