Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-02-17 18:25:45 +0400
committerMarc Delisle <marc@infomarc.info>2012-02-17 18:25:45 +0400
commit87183ee0e1c7ffcce02b6e6bc2e530f13f96d3aa (patch)
treee362e5e1b9e324759799c3d9a5db285ce4adcbee /db_operations.php
parent4bc976136f1572eac03d1959a181fbde49629e9c (diff)
Remove BLOBstreaming support; will need to run update-po after releasing version 3.5
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/db_operations.php b/db_operations.php
index e4c559119a..6b8ae78974 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -18,9 +18,6 @@
require_once './libraries/common.inc.php';
require_once './libraries/mysql_charsets.lib.php';
-// add blobstreaming library functions
-require_once "./libraries/blobstreaming.lib.php";
-
// add a javascript file for jQuery functions to handle Ajax actions
// also add jQueryUI
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';