Skip to content
Snippets Groups Projects
Commit 30daf19d authored by Gerald Salin's avatar Gerald Salin
Browse files

Merge branch 'typo3V11' into 'master'

typo3 V11

See merge request !142
parents 82d6499f 38fd129f
No related branches found
Tags V3.2.8
1 merge request!142typo3 V11
......@@ -2093,10 +2093,10 @@ static function get_project_runs($project_id, $get_hidden=TRUE, $orderby='', $li
static function hide_run($r_id) {
// First select all run analysis
$run_analysis = tx_nG6_db::get_run_analysis($r_id);
foreach($run_analysis as $analysis_id => $analysis_values) {
tx_nG6_db::hide_analysis($analysis_values['id']);
}
// $run_analysis = tx_nG6_db::get_run_analysis($r_id);
// foreach($run_analysis as $analysis_id => $analysis_values) {
// tx_nG6_db::hide_analysis($analysis_values['id']);
// }
// Finaly change the project itself
$GLOBALS['TYPO3_DB']-> exec_UPDATEquery ('tx_nG6_run', 'uid='.$r_id, array('hidden' => '1'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment