Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
b880385d
Commit
b880385d
authored
Aug 18, 2014
by
David Metzler
Browse files
Merge branch '7.x-4.x' of metzlerd@git.drupal.org:project/forena.git into 7.x-4.x
parents
92382a46
0cc9e4dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/FrxPDO.inc
View file @
b880385d
...
...
@@ -21,7 +21,7 @@ class FrxPDO extends FrxDataSource {
public
function
__construct
(
$conf
,
$repos_path
,
$name
)
{
parent
::
__construct
(
$conf
,
$repos_path
,
$name
);
$uri
=
$conf
[
'uri'
];
$this
->
debug
=
$conf
[
'debug'
];
$this
->
debug
=
@
$conf
[
'debug'
];
if
(
$uri
)
{
// Test for PDO suport
if
(
!
class_exists
(
'PDO'
))
{
...
...
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