Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
b434b1fa
Commit
b434b1fa
authored
Jul 16, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correction champ ambigue
parent
70636694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/entities/planning2.inc.php
include/entities/planning2.inc.php
+2
-2
No files found.
include/entities/planning2.inc.php
View file @
b434b1fa
...
...
@@ -237,7 +237,7 @@ class planning2 extends stdentity
{
$to_break
=
false
;
$sql
=
new
requete
(
$this
->
db
,
"SELECT min(start) FROM pl2_absence
"SELECT min(
pl2_absence.
start) FROM pl2_absence
JOIN pl2_gap
ON pl2_gap.id_planning = pl2_absence.id_planning
JOIN pl2_user_gap
...
...
@@ -256,7 +256,7 @@ class planning2 extends stdentity
}
$sql
=
new
requete
(
$this
->
db
,
"SELECT min(end) FROM pl2_user_gap
"SELECT min(
pl2_user_gap.
end) FROM pl2_user_gap
JOIN pl2_gap
ON pl2_gap.id_gap = pl2_user_gap.id_gap
WHERE pl2_user_gap.start <= '"
.
gmdate
(
"Y-m-d H:i:s"
,
$new_start
)
.
"'
...
...
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