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
ddc8dc1c
Commit
ddc8dc1c
authored
Jul 11, 2013
by
Bate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#25 Typo
parent
267dd2c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
pedagogie/uv.php
pedagogie/uv.php
+2
-2
No files found.
pedagogie/uv.php
View file @
ddc8dc1c
...
...
@@ -662,10 +662,10 @@ foreach($_DPT as $dept=>$desc){
$cts
->
add
(
new
uv_dept_table
(
$uvlist
));
}
$orphans
=
uv
::
get_list
(
$site
->
db
,
null
,
null
);
if
(
!
empty
(
$orphan
))
if
(
!
empty
(
$orphan
s
))
{
$cts
->
add_title
(
2
,
"UV sans departements"
);
$cts
->
add
(
new
uv_dept_table
(
$orphan
));
$cts
->
add
(
new
uv_dept_table
(
$orphan
s
));
}
$site
->
add_contents
(
$cts
);
$site
->
end_page
();
...
...
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