Updated remaining occurrences for old class/project name.

This commit is contained in:
Christian Bläul
2018-02-02 17:31:26 +01:00
parent c905c9abfd
commit 72a7c29ed6
11 changed files with 13 additions and 48 deletions

View File

@@ -2,11 +2,11 @@
<?php
# include parseCSV class.
# include ParseCsvForPhp class.
require_once('../ParseCsvForPhp.php');
# create new parseCSV object.
# create new object.
$csv = new ParseCsvForPhp();