Skip to content

Commit

Permalink
Item10044: removed eval statement because a merge conflict occured in…
Browse files Browse the repository at this point in the history
… porduction.

git-svn-id: http://svn.foswiki.org/trunk/PhyloWidgetPlugin@11810 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TemiVarghese authored and TemiVarghese committed Jun 1, 2011
1 parent fe773bf commit dac6e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Foswiki/Plugins/PhyloWidgetPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,9 @@ sub getNHXfromNEX{
my $nexus = Bio::NEXUS->new();
my $atree ;
my $content;
eval{
$content = Foswiki::Func::readAttachment($web,$topic,$attachment)
} or croak return "error reading nexus";
#eval{
$content = Foswiki::Func::readAttachment($web,$topic,$attachment);
#} or croak return "error reading nexus";
# use Data::Dumper;
# return "<h1>Phylowidget! :)</h1><pre>" . Dumper($requestObject->param()) . '</pre>';
# return $url;
Expand Down

0 comments on commit dac6e14

Please sign in to comment.