[Cs-content-commits] SF.net SVN: cs-content:[415] trunk/1.0/cs_fileSystem.class.php
PHP Templating & Includes System
Brought to you by:
crazedsanity
|
From: <cra...@us...> - 2009-08-05 01:29:19
|
Revision: 415
http://cs-content.svn.sourceforge.net/cs-content/?rev=415&view=rev
Author: crazedsanity
Date: 2009-08-05 01:29:10 +0000 (Wed, 05 Aug 2009)
Log Message:
-----------
TODO about suppressing errors that shouldn't happen.
Modified Paths:
--------------
trunk/1.0/cs_fileSystem.class.php
Modified: trunk/1.0/cs_fileSystem.class.php
===================================================================
--- trunk/1.0/cs_fileSystem.class.php 2009-08-04 05:03:17 UTC (rev 414)
+++ trunk/1.0/cs_fileSystem.class.php 2009-08-05 01:29:10 UTC (rev 415)
@@ -195,6 +195,7 @@
*/
public function get_fileinfo($tFile) {
+ //TODO: shouldn't require putting the "@" in front of these calls!
$retval = array(
"size" => @filesize($tFile),
"type" => @filetype($tFile),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|