summaryrefslogtreecommitdiff
path: root/modules/HTMLProjectCreator.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-03-10 18:59:58 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-03-10 18:59:58 +0000
commit2678d36cc704803dbb1e401fb183559d80aca4de (patch)
treeb37a599f1eac8bcdec4744e2070e65f3bf539186 /modules/HTMLProjectCreator.pm
parent3fec7bfedb10c9c99448ee03d4ea1f398ec165f6 (diff)
downloadMPC-2678d36cc704803dbb1e401fb183559d80aca4de.tar.gz
ChangeLogTag: Fri Mar 10 18:59:34 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/HTMLProjectCreator.pm')
-rw-r--r--modules/HTMLProjectCreator.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/HTMLProjectCreator.pm b/modules/HTMLProjectCreator.pm
index 44d6b61f..b2feb37a 100644
--- a/modules/HTMLProjectCreator.pm
+++ b/modules/HTMLProjectCreator.pm
@@ -11,7 +11,6 @@ package HTMLProjectCreator;
# ************************************************************
use strict;
-use File::Basename;
use ProjectCreator;
use XMLProjectBase;
@@ -80,7 +79,7 @@ sub fill_value {
for(my $i = 0; $i <= $#nodes; ++$i) {
my($file) = $nodes[$i]->[1];
my($dir) = $self->mpc_dirname($file);
- my($base) = basename($file);
+ my($base) = $self->mpc_basename($file);
## Relative paths do not work at all in a web browser
if ($dir eq '.') {