Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
🚀
This server has been upgraded to GitLab release
15.7
.
🚀
Open sidebar
GIP RENATER
switch-wayf
Commits
b423b5f5
Commit
b423b5f5
authored
Jul 30, 2010
by
haemmer
Browse files
Fixed one issue described in #254
parent
77668b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
readMetadata.php
View file @
b423b5f5
...
...
@@ -121,6 +121,8 @@ function parseMetadata($metadataFile, $defaultLanguage){
//Remove used entries from array $idps
$usedIdp
=
array_splice
(
$idps
,
0
,
2
);
$entityAttrs
=
count
(
$entity
);
$entityId
=
''
;
$location
=
''
;
for
(
$k
=
0
;
$k
<
$entityAttrs
;
$k
++
){
if
(
strcmp
(
$entity
[
$k
][
'type'
],
'close'
)){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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