Diff for /loncom/build/help_graphics_converter.pl between versions 1.1 and 1.2

version 1.1, 2002/07/05 16:12:31 version 1.2, 2002/07/17 15:45:49
Line 28 Line 28
   
 use strict;  use strict;
   
 my $dirprefix = "/home/httpd/html/adm/help/";  my $dirprefix = "../html/adm/help/";
   
 # Check that the png directory exists  # Check that the png directory exists
 if (not (-d $dirprefix . "png/"))  if (not (-d $dirprefix . "png/"))

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>