mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Replaced prn_r() function with dump() (#730)
This commit is contained in:
parent
0c5f584bbd
commit
20837e08ae
2 changed files with 5 additions and 20 deletions
|
@ -195,11 +195,11 @@ if ($check_attachments) {
|
|||
}
|
||||
}
|
||||
if ($debug_mode) {
|
||||
prn_r($orphan_files, '$orphan_files');
|
||||
prn_r($orphan_db_attach, '$orphan_db_attach');
|
||||
prn_r($orphan_tor, '$orphan_tor');
|
||||
prn_r($posts_without_attach, '$posts_without_attach');
|
||||
prn_r($topics_without_attach, '$topics_without_attach');
|
||||
dump($orphan_files);
|
||||
dump($orphan_db_attach);
|
||||
dump($orphan_tor);
|
||||
dump($posts_without_attach);
|
||||
dump($topics_without_attach);
|
||||
}
|
||||
|
||||
DB()->query("DROP TEMPORARY TABLE $tmp_attach_tbl");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue