[Orca-checkins] rev 252 - trunk/orca/lib/Orca

Blair Zajac blair at orcaware.com
Fri Sep 26 11:50:07 PDT 2003


Author: blair
Date: Fri Sep 26 11:49:43 2003
New Revision: 252

Modified:
   trunk/orca/lib/Orca/ImageFile.pm
Log:
* lib/Orca/ImageFile.pm:
  Whitespace fixes.


Modified: trunk/orca/lib/Orca/ImageFile.pm
==============================================================================
--- trunk/orca/lib/Orca/ImageFile.pm	(original)
+++ trunk/orca/lib/Orca/ImageFile.pm	Fri Sep 26 11:49:43 2003
@@ -71,12 +71,13 @@
   # configuration file specifies that images should be expired.
   my $max_length = $MAX_PLOT_TYPE_LENGTH + 2 + length($IMAGE_SUFFIX);
   if ($config_global{expire_images}) {
-  $max_length += 5;
+    $max_length += 5;
   }
   $name = name_to_fsname($name, $max_length);
 
   # Create the paths to the html directory and subdirectories.
   my $html_dir     = "$config_global{html_dir}/$subgroup_name";
+
   # Create the html_dir directories if necessary.
   unless (-d $html_dir) {
     warn "$0: making directory `$html_dir'.\n";



More information about the Orca-checkins mailing list