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
mahara
mahara
Commits
36851653
Commit
36851653
authored
Jul 17, 2007
by
Donal McMullan
Browse files
Fixing 692 : upload users by csv is broken with authinstance = 0
parent
c0460b75
Changes
1
Show whitespace changes
Inline
Side-by-side
htdocs/admin/users/uploadcsv.php
View file @
36851653
...
...
@@ -128,9 +128,13 @@ if (count($authinstances) > 1) {
);
}
else
{
foreach
(
$authinstances
as
$authinstance
)
{
$string
=
$authinstance
->
id
.
'_'
.
$authinstance
->
name
;
}
$authinstanceelement
=
array
(
'type'
=>
'hidden'
,
'value'
=>
'1'
'value'
=>
$string
);
}
...
...
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