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
af0c5242
Commit
af0c5242
authored
Mar 24, 2014
by
Dustri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix empty parentheses on ./sas2/index.php
parent
b0a4077d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
sas2/index.php
sas2/index.php
+5
-1
No files found.
sas2/index.php
View file @
af0c5242
...
...
@@ -746,9 +746,13 @@ function cats_produde_gallery ( $sqlct)
if
(
$scat
->
is_right
(
$site
->
user
,
DROIT_ECRITURE
)
)
$acts
=
array
(
"delete"
,
"edit"
);
$short_sem
=
$scat
->
get_short_semestre
();
if
(
$short_sem
!=
''
)
$short_sem
=
' ('
.
$short_sem
.
')'
;
$gal
->
add_item
(
"<a href=
\"
./?id_catph="
.
$row
[
'id_catph'
]
.
"
\"
><img src=
\"
$img
\"
alt=
\"
"
.
$row
[
'nom_catph'
]
.
"
\"
/></a>"
,
"<a href=
\"
./?id_catph="
.
$row
[
'id_catph'
]
.
"
\"
>"
.
$row
[
'nom_catph'
]
.
"</a>
("
.
$scat
->
get_short_semestre
()
.
")"
,
"<a href=
\"
./?id_catph="
.
$row
[
'id_catph'
]
.
"
\"
>"
.
$row
[
'nom_catph'
]
.
"</a>
"
.
$short_sem
,
$row
[
'id_catph'
],
$acts
);
}
...
...
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