Added stub for database query profiling.
[fa-stable.git] / includes / db / connect_db.inc
index 91be72ce780aafc9121114644fd78294769a5fe7..98a18f59824085e7ca0f20366132549271904720 100644 (file)
@@ -116,4 +116,12 @@ function db_get_default_charset()
        return $var[0];
 }
 
-       
+/*
+       SQL db profiling stub
+*/
+if (!function_exists('db_profile'))
+{
+       function db_profile($sql=false)
+       {
+       }
+}
\ No newline at end of file