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
0cc9e4dd
Commit
0cc9e4dd
authored
Aug 15, 2014
by
metzlerd
Browse files
Notice fix.
parent
e3d925a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/FrxPDO.inc
View file @
0cc9e4dd
...
@@ -21,7 +21,7 @@ class FrxPDO extends FrxDataSource {
...
@@ -21,7 +21,7 @@ class FrxPDO extends FrxDataSource {
public
function
__construct
(
$conf
,
$repos_path
,
$name
)
{
public
function
__construct
(
$conf
,
$repos_path
,
$name
)
{
parent
::
__construct
(
$conf
,
$repos_path
,
$name
);
parent
::
__construct
(
$conf
,
$repos_path
,
$name
);
$uri
=
$conf
[
'uri'
];
$uri
=
$conf
[
'uri'
];
$this
->
debug
=
$conf
[
'debug'
];
$this
->
debug
=
@
$conf
[
'debug'
];
if
(
$uri
)
{
if
(
$uri
)
{
// Test for PDO suport
// Test for PDO suport
if
(
!
class_exists
(
'PDO'
))
{
if
(
!
class_exists
(
'PDO'
))
{
...
...
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