Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
38f51edb
Commit
38f51edb
authored
Jan 05, 2006
by
timeless%mozdev.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 322412 Typo in error message
r=lpsolit a=justdave
parent
e16ca488
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
DB.pm
Bugzilla/DB.pm
+1
-1
No files found.
Bugzilla/DB.pm
View file @
38f51edb
...
...
@@ -768,7 +768,7 @@ sub db_new {
my
$self
=
DBI
->
connect
(
$dsn
,
$user
,
$pass
,
$attributes
)
or
die
"\nCan't connect to the database.\nError: $DBI::errstr\n"
.
" Is your database installed and up and running?\n Do you have"
.
"the correct username and password selected in localconfig?\n\n"
;
.
"
the correct username and password selected in localconfig?\n\n"
;
# RaiseError was only set to 0 so that we could catch the
# above "die" condition.
...
...
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