Skip to content
GitLab
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
58da589f
Commit
58da589f
authored
Dec 09, 2013
by
Celine Noirot
Browse files
Delete useless print
parent
5e657c66
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/class.tx_nG6_eid.php
View file @
58da589f
...
@@ -670,11 +670,9 @@ class tx_nG6_eid {
...
@@ -670,11 +670,9 @@ class tx_nG6_eid {
$smarty
->
assign
(
'login_user'
,
$login_user
);
$smarty
->
assign
(
'login_user'
,
$login_user
);
print
$smarty
->
fetch
(
'analysis_table.tpl'
);
print
$smarty
->
fetch
(
'analysis_table.tpl'
);
}
elseif
(
$type
==
'install'
)
{
}
elseif
(
$type
==
'install'
)
{
print
"type install"
;
$res
=
tx_nG6_db
::
select_user_by_username
(
"admin_install"
);
$res
=
tx_nG6_db
::
select_user_by_username
(
"admin_install"
);
if
(
$res
!=
null
){
if
(
$res
!=
null
){
$res
=
tx_nG6_db
::
finalize_installation
(
$res
[
"uid"
],
$res_code
=
tx_nG6_db
::
finalize_installation
(
$res
[
"uid"
],
trim
(
t3lib_div
::
_GP
(
'username'
)),
trim
(
t3lib_div
::
_GP
(
'username'
)),
trim
(
t3lib_div
::
_GP
(
'first_name'
)),
trim
(
t3lib_div
::
_GP
(
'first_name'
)),
trim
(
t3lib_div
::
_GP
(
'last_name'
)),
trim
(
t3lib_div
::
_GP
(
'last_name'
)),
...
@@ -685,7 +683,7 @@ class tx_nG6_eid {
...
@@ -685,7 +683,7 @@ class tx_nG6_eid {
trim
(
t3lib_div
::
_GP
(
'description'
))
trim
(
t3lib_div
::
_GP
(
'description'
))
);
);
}
}
print
"End of pi_finalize_install<br>"
;
print
$res
;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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