]> git.llucax.com Git - z.facultad/75.43/tp1.git/blobdiff - src/lib/file.php
Se agrega opciĆ³n para elegir fecha desde la cual ver los logs.
[z.facultad/75.43/tp1.git] / src / lib / file.php
index 2e3b403cbcff2aaab6e9f006397bddf15433a0d2..ab50b24b4160581e1e504262b179d1687471d4e0 100644 (file)
@@ -65,7 +65,7 @@ function fgetallcsv($filename, $delim = ',')
  */
 function fsearchcsv($filename, $what, $id = 0, $delim = ',')
 {
  */
 function fsearchcsv($filename, $what, $id = 0, $delim = ',')
 {
-               if (($f = fopen($filename, 'r')) === false) return false;
+    if (($f = fopen($filename, 'r')) === false) return false;
     while (!feof($f))
     {
         $d = fgetcsv($f, 4096);
     while (!feof($f))
     {
         $d = fgetcsv($f, 4096);