mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-29 19:03:34 +00:00
take out print_r
This commit is contained in:
parent
7bb3726f5b
commit
da616fd4ed
|
|
@ -1870,7 +1870,6 @@ set_mandatory();
|
||||||
|
|
||||||
set_homefolders();
|
set_homefolders();
|
||||||
|
|
||||||
print_r($objmap);
|
|
||||||
if($exportmapping) {
|
if($exportmapping) {
|
||||||
if($fp = fopen($exportmapping, 'w')) {
|
if($fp = fopen($exportmapping, 'w')) {
|
||||||
fputcsv($fp, array('object type', 'old id', 'new id'));
|
fputcsv($fp, array('object type', 'old id', 'new id'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user