Author: nathangray
New Revision: 55102
URL: http://svn.stylite.de/viewvc/egroupware?rev=55102&view=rev
Log:
Avoid some warnings about things not being there.
Modified:
trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php
— trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php (original)
+++ trunk/importexport/inc/class.importexport_wizard_basic_import_csv.inc.php Mon Feb 22 17:17:59 2016
@@ -122,7 +122,9 @@
{
case ‘next’:
// Process sample file for fields
-
if ($GLOBALS['egw']->session->appsession('csvfile',$content['application']) &&
-
($handle = fopen($GLOBALS['egw']->session->appsession('csvfile',$content['application']), "rb")) !== FALSE
-
) {
$data = fgetcsv($handle, 8000, $content['fieldsep']);
//error_log(array2string($data));
fclose($handle);
@@ -205,7 +207,7 @@
}
if(!array_key_exists(‘num_header_lines’, $content))
{
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs