Skip to content

Commit 5444aed

Browse files
committed
Removed add_table_prefix function
1 parent 6201cd5 commit 5444aed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

class.PDO.php

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ function __construct() {
1010
$this->connect();
1111
}
1212

13-
function add_table_prefix($string){
14-
return DATABASE_PREFIX . $string;
15-
}
16-
1713

1814
function prep_query($query){
1915
return $this->pdo->prepare($query);

0 commit comments

Comments
 (0)