summaryrefslogtreecommitdiff
path: root/import/load_sage_contacts.php
diff options
context:
space:
mode:
Diffstat (limited to 'import/load_sage_contacts.php')
-rwxr-xr-ximport/load_sage_contacts.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/import/load_sage_contacts.php b/import/load_sage_contacts.php
index a3fd92a..a07f9aa 100755
--- a/import/load_sage_contacts.php
+++ b/import/load_sage_contacts.php
@@ -28,8 +28,8 @@ if ( $handle == FALSE) {
$row = -999;
} else {
while (($data = fgetcsv($handle, 800, ",")) !== FALSE) {
- if ( $row ) $contact->SageRecordLoad( $data, 1 );
- $row++;
+ if ( $row ) $contact->SageRecordLoad( $data, 1 );
+ $row++;
}
fclose($handle);
}
@@ -42,8 +42,8 @@ if ( $handle == FALSE) {
$row = -999;
} else {
while (($data = fgetcsv($handle, 800, ",")) !== FALSE) {
- if ( $row ) $contact->SageRecordLoad( $data, 2 );
- $row++;
+ if ( $row ) $contact->SageRecordLoad( $data, 2 );
+ $row++;
}
fclose($handle);
}