From 77f19d6b8f8144ed33498ea04e69707f67fef240 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 5 May 2005 02:14:32 +0000 Subject: [PATCH] =?utf8?q?Identaci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/lib/file.admins.php | 2 +- src/lib/file.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/file.admins.php b/src/lib/file.admins.php index 9e1ac91..74498c9 100644 --- a/src/lib/file.admins.php +++ b/src/lib/file.admins.php @@ -15,7 +15,7 @@ */ function file_admins_check() { - return count(@file('data/admins.txt')) > 1; + return count(@file('data/admins.txt')) > 1; } /** diff --git a/src/lib/file.php b/src/lib/file.php index 2e3b403..ab50b24 100644 --- a/src/lib/file.php +++ b/src/lib/file.php @@ -65,7 +65,7 @@ function fgetallcsv($filename, $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); -- 2.43.0