Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
8ae0eb99
Commit
8ae0eb99
authored
3 months ago
by
Florian Joriot
Browse files
Options
Downloads
Patches
Plain Diff
retrait de la double lecture inutile
parent
de8c8f21
Branches
b23
Tags
23.15
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
admin/pegase/actions/synchronisation.php
+0
-4
0 additions, 4 deletions
admin/pegase/actions/synchronisation.php
with
0 additions
and
4 deletions
admin/pegase/actions/synchronisation.php
+
0
−
4
View file @
8ae0eb99
...
...
@@ -5,10 +5,6 @@ $ca->init();
$c
->
begin
(
'Synchronisation de OSE à partir des données de Pegase'
);
$ca
->
read
();
$c
->
println
(
'Lecture des données de la base source'
);
$ca
->
read
();
$c
->
println
(
'Transformation des données pour correspondre au formet de OSE'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment