Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Antoine
ae2
Commits
5a166aac
Commit
5a166aac
authored
Jun 27, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Planning2
parent
096e3e8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
planning2.php
planning2.php
+0
-4
No files found.
planning2.php
View file @
5a166aac
...
@@ -95,10 +95,6 @@ if($_REQUEST["action"] === "new_gap" && isset($_REQUEST["start"])
...
@@ -95,10 +95,6 @@ if($_REQUEST["action"] === "new_gap" && isset($_REQUEST["start"])
$start
-=
$planning
->
get_week_start
(
$start
);
$start
-=
$planning
->
get_week_start
(
$start
);
$end
-=
$planning
->
get_week_start
(
$end
);
$end
-=
$planning
->
get_week_start
(
$end
);
}
}
if
(
gmdate
(
"H:i:s"
,
$end
)
===
"00:00:00"
)
$end
--
;
if
(
gmdate
(
"H:i:s"
,
$start
)
===
"00:00:00"
)
$start
++
;
$name
=
$_REQUEST
[
"name"
];
$name
=
$_REQUEST
[
"name"
];
$max_users
=
$_REQUEST
[
"max_users"
];
$max_users
=
$_REQUEST
[
"max_users"
];
...
...
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