Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
4b9169b7
Commit
4b9169b7
authored
Nov 26, 2010
by
tbrehm
Browse files
Added missing dbCharset variable in mysql class.
parent
9f56bd96
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/lib/classes/db_mysql.inc.php
View file @
4b9169b7
...
...
@@ -33,6 +33,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
var
$dbName
=
''
;
// logical database name on that server
var
$dbUser
=
''
;
// database authorized user
var
$dbPass
=
''
;
// user's password
var
$dbCharset
=
'utf8'
;
// Database charset
var
$linkId
=
0
;
// last result of mysql_connect()
var
$queryId
=
0
;
// last result of mysql_query()
var
$record
=
array
();
// last record fetched
...
...
Write
Preview
Supports
Markdown
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