File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 2828 $ import_field_delimiter = $ _SESSION ['import_field_delimiter ' ];
2929 if ($ total > 300 && !$ _SESSION ['test_import ' ]) {
3030 // this is a possibly a time consuming process, so show a progress bar
31- echo '<script language="Javascript" type="text/javascript"> document.write(progressmeter); start();</script> ' ;
3231 flush ();
3332 // increase the memory to make sure we are not running out
3433 ini_set ('memory_limit ' , '32M ' );
Original file line number Diff line number Diff line change 122122 }
123123 if (!is_email ($ email ) && $ omit_invalid ) {
124124 unset($ email , $ info );
125+ continue ;
125126 }
126127 //# actually looks like the "info" bit will get lost, but
127128 //# in a way, that doesn't matter
132133
133134 if (count ($ email_list ) > 300 && !$ test_import ) {
134135 // this is a possibly a time consuming process, so lets show a progress bar
135- // print '<script language="Javascript" type="text/javascript"> document.write(progressmeter); start();</script>';
136136 flush ();
137137 // increase the memory to make sure we are not running out
138138 ini_set ('memory_limit ' , '16M ' );
Original file line number Diff line number Diff line change 426426 $ import_field_delimiter = $ _SESSION ['import_field_delimiter ' ];
427427 if ($ total > 300 && !$ _SESSION ['test_import ' ]) {
428428 // this is a possibly a time consuming process, so show a progress bar
429- echo '<script language="Javascript" type="text/javascript"> document.write(progressmeter); start();</script> ' ;
430429 flush ();
431430 // increase the memory to make sure we are not running out
432431 ini_set ('memory_limit ' , '32M ' );
You can’t perform that action at this time.
0 commit comments