Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
genotoul-bioinfo
ng6
Commits
965be8e4
Commit
965be8e4
authored
Aug 14, 2018
by
Gerald Salin
Browse files
remove error_log
parent
41991831
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui/nG6/class.tx_nG6_eid.php
View file @
965be8e4
...
...
@@ -48,7 +48,7 @@ class tx_nG6_eid {
//\TYPO3\CMS\Frontend\Utility\EidUtility::connectDB();
$type
=
trim
(
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
_GP
(
'type'
));
$user_id
=
trim
(
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
_GP
(
'user_id'
));
error_log
(
"tx_nG6_eid "
.
$type
.
"
\n
"
,
3
,
"/work/tmp/mes-erreurs.log"
);
//
error_log("tx_nG6_eid ".$type." \n ", 3, "/work/tmp/mes-erreurs.log");
// If the type of data requested is project
if
(
$type
==
'project'
)
{
$project_id
=
trim
(
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
_GP
(
'id'
));
...
...
ui/nG6/pi1/class.tx_nG6_pi1.php
View file @
965be8e4
...
...
@@ -46,7 +46,7 @@ class tx_nG6_pi1 extends \TYPO3\CMS\Frontend\Plugin\AbstractPlugin {
* @return The content that should be displayed on the website
*/
function
main
(
$content
,
$conf
)
{
error_log
(
"tx_nG6_pi1
\n
"
,
3
,
"/work/tmp/mes-erreurs.log"
);
//
error_log("tx_nG6_pi1 \n", 3, "/work/tmp/mes-erreurs.log");
if
(
strstr
(
$this
->
cObj
->
currentRecord
,
'tt_content'
))
{
$conf
[
'pidList'
]
=
$this
->
cObj
->
data
[
'pages'
];
}
...
...
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