We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32125d commit 4850cfbCopy full SHA for 4850cfb
1 file changed
bib.php
@@ -1,4 +1,6 @@
1
<?php
2
+error_reporting(E_ERROR);
3
+
4
function readCSV($filename, $delimiter)
5
{
6
if (!file_exists($filename) || !is_readable($filename))
0 commit comments