mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
bdec54f605
commit
a9bb7330f0
@ -443,7 +443,7 @@ class sql_db
|
|||||||
*/
|
*/
|
||||||
function debug_find_source ($mode = '')
|
function debug_find_source ($mode = '')
|
||||||
{
|
{
|
||||||
if (!SQL_PREPEND_SRC_COMM) return '';
|
if (!SQL_PREPEND_SRC_COMM) return 'src disabled';
|
||||||
foreach (debug_backtrace() as $trace)
|
foreach (debug_backtrace() as $trace)
|
||||||
{
|
{
|
||||||
if ($trace['file'] !== __FILE__)
|
if ($trace['file'] !== __FILE__)
|
||||||
|
2
library/includes/cache/common.php
vendored
2
library/includes/cache/common.php
vendored
@ -74,7 +74,7 @@ class cache_common
|
|||||||
*/
|
*/
|
||||||
function debug_find_source ($mode = '')
|
function debug_find_source ($mode = '')
|
||||||
{
|
{
|
||||||
if (!SQL_PREPEND_SRC_COMM) return '';
|
if (!SQL_PREPEND_SRC_COMM) return 'src disabled';
|
||||||
foreach (debug_backtrace() as $trace)
|
foreach (debug_backtrace() as $trace)
|
||||||
{
|
{
|
||||||
if ($trace['file'] !== __FILE__)
|
if ($trace['file'] !== __FILE__)
|
||||||
|
@ -826,7 +826,7 @@ class sql_db
|
|||||||
*/
|
*/
|
||||||
function debug_find_source ($mode = '')
|
function debug_find_source ($mode = '')
|
||||||
{
|
{
|
||||||
if (!SQL_PREPEND_SRC_COMM) return '';
|
if (!SQL_PREPEND_SRC_COMM) return 'src disabled';
|
||||||
foreach (debug_backtrace() as $trace)
|
foreach (debug_backtrace() as $trace)
|
||||||
{
|
{
|
||||||
if ($trace['file'] !== __FILE__)
|
if ($trace['file'] !== __FILE__)
|
||||||
|
@ -165,7 +165,7 @@ class datastore_common
|
|||||||
*/
|
*/
|
||||||
function debug_find_source ($mode = '')
|
function debug_find_source ($mode = '')
|
||||||
{
|
{
|
||||||
if (!SQL_PREPEND_SRC_COMM) return '';
|
if (!SQL_PREPEND_SRC_COMM) return 'src disabled';
|
||||||
foreach (debug_backtrace() as $trace)
|
foreach (debug_backtrace() as $trace)
|
||||||
{
|
{
|
||||||
if ($trace['file'] !== __FILE__)
|
if ($trace['file'] !== __FILE__)
|
||||||
|
Loading…
Reference in New Issue
Block a user