Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gallery
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
gallery
Commits
2001eb81
Commit
2001eb81
authored
Sep 10, 2007
by
Thilo Viereck
Browse files
Options
Downloads
Patches
Plain Diff
- task: minor update for user sync status message
parent
73fe857f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
gallery_user.inc
+1
-1
1 addition, 1 deletion
gallery_user.inc
gallery_user_admin.inc
+1
-1
1 addition, 1 deletion
gallery_user_admin.inc
with
2 additions
and
2 deletions
gallery_user.inc
+
1
−
1
View file @
2001eb81
...
...
@@ -577,7 +577,7 @@ function _gallery_user_import($g2_users = array()) {
}
else
{
drupal_set_message
(
theme
(
'item_list'
,
$messages
,
t
(
'The following messages occured:'
)),
'notice'
);
drupal_set_message
(
t
(
'Invalid user items were skipped.'
),
'notice'
);
drupal_set_message
(
'<strong>'
.
t
(
'Invalid user items were skipped.'
)
.
'</strong>'
,
'notice'
);
watchdog
(
'gallery'
,
theme
(
'item_list'
,
$messages
,
t
(
'The following messages occured:'
)),
WATCHDOG_NOTICE
);
}
}
...
...
This diff is collapsed.
Click to expand it.
gallery_user_admin.inc
+
1
−
1
View file @
2001eb81
...
...
@@ -327,7 +327,7 @@ function _gallery_user_advanced_progress() {
}
if
(
count
(
$_SESSION
[
'gallery_user_progress_messages'
]))
{
drupal_set_message
(
theme
(
'item_list'
,
$_SESSION
[
'gallery_user_progress_messages'
],
t
(
'The following messages occured:'
)),
'notice'
);
drupal_set_message
(
t
(
'Invalid user items were skipped.'
)
,
'error
'
);
drupal_set_message
(
'<strong>'
.
t
(
'Invalid user items were skipped.'
)
.
'</strong>'
,
'notice
'
);
watchdog
(
'gallery'
,
theme
(
'item_list'
,
$_SESSION
[
'gallery_user_progress_messages'
],
t
(
'The following messages occured:'
)),
WATCHDOG_NOTICE
);
}
unset
(
$_SESSION
[
'gallery_user_progress_mode'
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment