[pLog-svn] r2627 - plog/trunk/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Nov 24 20:25:37 GMT 2005


Author: oscar
Date: 2005-11-24 20:25:36 +0000 (Thu, 24 Nov 2005)
New Revision: 2627

Modified:
   plog/trunk/class/action/admin/adminregeneratepreviewaction.class.php
Log:
couple of cosmetic changes

Modified: plog/trunk/class/action/admin/adminregeneratepreviewaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminregeneratepreviewaction.class.php	2005-11-24 05:34:37 UTC (rev 2626)
+++ plog/trunk/class/action/admin/adminregeneratepreviewaction.class.php	2005-11-24 20:25:36 UTC (rev 2627)
@@ -79,13 +79,13 @@
             $previewHeight = $this->_config->getValue( "medium_size_thumbnail_height" );
             $previewWidth  = $this->_config->getValue( "medium_size_thumbnail_width" );
             
-                // and start the resizing process
+            // and start the resizing process
             $resourceStorage = new GalleryResourceStorage();
             $resizer = new GalleryResizer( $resourceStorage->getResourcePath( $resource ));
             $resourceStorage->checkMediumSizePreviewsStorageFolder( $resource->getOwnerId());
             $outFile = $resourceStorage->getMediumSizePreviewsFolder( $resource->getOwnerId()).$fileName;
             
-                // and finally, we can generate the preview!
+            // and finally, we can generate the preview!
             $result = $resizer->generate( $outFile, $previewHeight, $previewWidth, $previewKeepAspectRatio );
             
             $previewFormat = $resizer->getThumbnailFormat();




More information about the pLog-svn mailing list