CatPtain commited on
Commit
7560c25
·
verified ·
1 Parent(s): 5f45304

Upload db.php

Browse files
Files changed (1) hide show
  1. db.php +0 -4
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',