[pLog-svn] r885 - plog/trunk/class/gallery/dao

mark at devel.plogworld.net mark at devel.plogworld.net
Sun Jan 30 17:53:40 GMT 2005


Author: mark
Date: 2005-01-30 17:53:39 +0000 (Sun, 30 Jan 2005)
New Revision: 885

Modified:
   plog/trunk/class/gallery/dao/galleryresource.class.php
Log:
Add the following code to avoid the long file name problem in windows server.

define('GETID3_HELPERAPPSDIR', 'no_helper_apps_needed'); 

Modified: plog/trunk/class/gallery/dao/galleryresource.class.php
===================================================================
--- plog/trunk/class/gallery/dao/galleryresource.class.php	2005-01-30 12:51:35 UTC (rev 884)
+++ plog/trunk/class/gallery/dao/galleryresource.class.php	2005-01-30 17:53:39 UTC (rev 885)
@@ -9,6 +9,9 @@
     include_once( PLOG_CLASS_PATH."class/gallery/galleryconstants.php" );
     include_once( PLOG_CLASS_PATH."class/gallery/dao/galleryresourcestorage.class.php" );
     include_once( PLOG_CLASS_PATH."class/data/timestamp.class.php" );
+    
+    // Add this to avoid long file name error in windows server
+    define('GETID3_HELPERAPPSDIR', 'no_helper_apps_needed'); 
 
     /**
      * Encapsulates a resource from our database.




More information about the pLog-svn mailing list