From 750edb063497f487a417a47074439e4b0222e385 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 22 Jan 2008 04:44:07 +0000 Subject: [PATCH] test commit (testing the build system) --- code/FileSubsites.php | 1 - 1 file changed, 1 deletion(-) diff --git a/code/FileSubsites.php b/code/FileSubsites.php index e2dbe2f..4f2d415 100755 --- a/code/FileSubsites.php +++ b/code/FileSubsites.php @@ -18,7 +18,6 @@ class FileSubsites extends DataObjectDecorator { /** * Amends the CMS tree title for folders in the Files & Images section. * Prefixes a '* ' to the folders that are accessible from all subsites. - * */ function alternateTreeTitle() { if($this->owner->SubsiteID == 0) return " * " . $this->owner->Title;