Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ae2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Antoine
ae2
Commits
dcda438e
Commit
dcda438e
authored
Jun 18, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Planning2
parent
54e1ef91
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
include/entities/planning2.inc.php
include/entities/planning2.inc.php
+1
-0
No files found.
include/entities/planning2.inc.php
View file @
dcda438e
...
@@ -35,6 +35,7 @@ class planning2 extends stdentity
...
@@ -35,6 +35,7 @@ class planning2 extends stdentity
$this
->
start
=
strtotime
(
$row
[
'start'
]);
$this
->
start
=
strtotime
(
$row
[
'start'
]);
$this
->
end
=
strtotime
(
$row
[
'end'
]);
$this
->
end
=
strtotime
(
$row
[
'end'
]);
$this
->
is_public
=
$row
[
'is_public'
];
$this
->
is_public
=
$row
[
'is_public'
];
echo
date
(
$this
->
start
);
}
}
function
add
(
$name
,
$group
,
$admin_group
,
$weekly
,
$start
,
$end
,
$is_public
=
true
)
function
add
(
$name
,
$group
,
$admin_group
,
$weekly
,
$start
,
$end
,
$is_public
=
true
)
...
...
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