Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GIP RENATER
switch-wayf
Commits
fc55859a
Commit
fc55859a
authored
Mar 02, 2018
by
Lukas Haemmerle
Browse files
Removed unnecessary PHP closing delimiter
parent
8678445e
Changes
6
Hide whitespace changes
Inline
Side-by-side
IDProvider.conf.dist.php
View file @
fc55859a
...
...
@@ -80,5 +80,3 @@ $IDProviders['unknown'] = array (
'fr'
=>
array
(
'Name'
=>
'Autres'
),
'it'
=>
array
(
'Name'
=>
'Altri'
),
);
?>
check-locales.php
View file @
fc55859a
...
...
@@ -92,4 +92,3 @@ FOOTER;
}
}
?>
\ No newline at end of file
functions.php
View file @
fc55859a
...
...
@@ -1052,5 +1052,3 @@ function isRunViaCLI(){
function
isRunViaInclude
(){
return
basename
(
$_SERVER
[
'SCRIPT_NAME'
])
!=
'readMetadata.php'
;
}
?>
languages.php
View file @
fc55859a
...
...
@@ -311,4 +311,3 @@ $langStrings['ja']['unknown_sp'] = 'SP <code>\'%s\'</code> はメタデータに
$langStrings
[
'ja'
][
'no_idp_found'
]
=
'この検索キーでは機関が見つかりません'
;
$langStrings
[
'ja'
][
'no_idp_available'
]
=
'利用できる機関がありません'
;
$langStrings
[
'ja'
][
'last_used'
]
=
'前回利用'
;
?>
\ No newline at end of file
templates.php
View file @
fc55859a
...
...
@@ -456,4 +456,3 @@ function printCSS($file){
echo
$cssContent
;
}
?>
update-config.php
View file @
fc55859a
...
...
@@ -55,4 +55,3 @@ current configuration file 'config.php' with this new file after reviewing it.
NOTE;
?>
\ No newline at end of file
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