Sources/Subs-Db-mysql.php 1 location
|
@@ 183-184 (lines=2) @@
|
| 180 |
|
if ($matches[1] === 'db_prefix') |
| 181 |
|
return $db_prefix; |
| 182 |
|
|
| 183 |
|
if (isset($user_info[$matches[1]]) && strpos($matches[1], 'query_') !== false) |
| 184 |
|
return $user_info[$matches[1]]; |
| 185 |
|
|
| 186 |
|
if ($matches[1] === 'empty') |
| 187 |
|
return '\'\''; |
Sources/Subs-Db-postgresql.php 1 location
|
@@ 143-144 (lines=2) @@
|
| 140 |
|
if ($matches[1] === 'db_prefix') |
| 141 |
|
return $db_prefix; |
| 142 |
|
|
| 143 |
|
if (isset($user_info[$matches[1]]) && strpos($matches[1], 'query_') !== false) |
| 144 |
|
return $user_info[$matches[1]]; |
| 145 |
|
|
| 146 |
|
if ($matches[1] === 'empty') |
| 147 |
|
return '\'\''; |