Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
ng6
Commits
0d75b4b9
Commit
0d75b4b9
authored
Aug 01, 2011
by
Jerome Mariette
Browse files
fix bug when handling old fashion
parent
aaaf0b2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
0d75b4b9
...
...
@@ -273,7 +273,7 @@ class tx_nG6_pi1 extends tslib_pibase {
while
(
!
feof
(
$fp
))
{
$content
.
=
fgets
(
$fp
,
4096
);
}
return
$content
;
// Else meaning using smarty
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment