mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
remove debugPrint()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9743 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
632b92c21a
commit
45fb978a9b
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@
|
||||||
// Pre-register the attachment
|
// Pre-register the attachment
|
||||||
if($comment_obj->uploaded_count) {
|
if($comment_obj->uploaded_count) {
|
||||||
$files = $oFileModel->getFiles($comment_obj->comment_srl, true);
|
$files = $oFileModel->getFiles($comment_obj->comment_srl, true);
|
||||||
debugPrint($files);
|
|
||||||
foreach($files as $key => $val) {
|
foreach($files as $key => $val) {
|
||||||
$file_info = array();
|
$file_info = array();
|
||||||
$file_info['tmp_name'] = $val->uploaded_filename;
|
$file_info['tmp_name'] = $val->uploaded_filename;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue