Upload db.php
Browse files
db.php
CHANGED
@@ -303,10 +303,6 @@ class SQLite_DB {
|
|
303 |
return $this->prefix;
|
304 |
}
|
305 |
|
306 |
-
public function get_blog_prefix($blog_id = null) {
|
307 |
-
return $this->prefix;
|
308 |
-
}
|
309 |
-
|
310 |
public function tables($scope = 'all', $prefix = true, $blog_id = 0) {
|
311 |
$tables = array(
|
312 |
'posts', 'comments', 'links', 'options', 'postmeta',
|
|
|
303 |
return $this->prefix;
|
304 |
}
|
305 |
|
|
|
|
|
|
|
|
|
306 |
public function tables($scope = 'all', $prefix = true, $blog_id = 0) {
|
307 |
$tables = array(
|
308 |
'posts', 'comments', 'links', 'options', 'postmeta',
|