Skip to content

Commit

Permalink
Added a note to clarify that this functionality is still accessible, …
Browse files Browse the repository at this point in the history
…just in a different place

git-svn-id: file:///usr/local/webapps/svn/wsg/TRUNK_OPEN@39921 6e4f3189-35f9-0310-b3ef-d16b6aaee2c9
  • Loading branch information
mryand authored and willylee committed Dec 31, 2013
1 parent a7dfbde commit c9bdc7b
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -60,6 +60,10 @@ public function test()
{
$to_return = '<p>This updater has already been run.</p>';
}
else
{
$to_return .= '<p><strong>Note:</strong> These administrative functions will still be available in the Admin Tools interface.</p>';
}
return $to_return;
}
/**
Expand All @@ -80,6 +84,10 @@ public function run()
{
$to_return = '<p>This updater has already been run.</p>';
}
else
{
$to_return .= '<p><strong>Note:</strong> These administrative functions will still be available in the Admin Tools interface.</p>';
}
return $to_return;
}

Expand Down

0 comments on commit c9bdc7b

Please sign in to comment.