Sources/Subs-Db-mysql.php 1 location
|
@@ 175-176 (lines=2) @@
|
| 172 |
|
if ($matches[1] === 'db_prefix') |
| 173 |
|
return $db_prefix; |
| 174 |
|
|
| 175 |
|
if (isset($user_info[$matches[1]]) && strpos($matches[1], 'query_') !== false) |
| 176 |
|
return $user_info[$matches[1]]; |
| 177 |
|
|
| 178 |
|
if ($matches[1] === 'empty') |
| 179 |
|
return '\'\''; |
Sources/Subs-Db-postgresql.php 1 location
|
@@ 133-134 (lines=2) @@
|
| 130 |
|
if ($matches[1] === 'db_prefix') |
| 131 |
|
return $db_prefix; |
| 132 |
|
|
| 133 |
|
if (isset($user_info[$matches[1]]) && strpos($matches[1], 'query_') !== false) |
| 134 |
|
return $user_info[$matches[1]]; |
| 135 |
|
|
| 136 |
|
if ($matches[1] === 'empty') |
| 137 |
|
return '\'\''; |