Navigation Menu

Skip to content

Commit

Permalink
Whoops, this wasn't a perl/dbi/mysql issue after all.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 3, 2006
1 parent ae4b0bf commit 5c6a34e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IcculusFinger_archiveplans.pl
Expand Up @@ -183,8 +183,7 @@ sub read_plantext {
}
close(PLAN_IN);

# Add two newlines...prevents perl/mysql confusion for some reason.
return($retval . "\n\n");
return($retval);
}


Expand Down

0 comments on commit 5c6a34e

Please sign in to comment.