Comment fixes and function clean-up for CRM/Activity directory.
[civicrm-core.git] / CRM / Activity / Import / Form / Summary.php
index 6631141d1851aa9475f21838688e68b219239109..646b191df41d2c4f9bbd19113710242fbee447fd 100644 (file)
@@ -75,13 +75,13 @@ class CRM_Activity_Import_Form_Summary extends CRM_Import_Form_Summary {
       $dupeActionString = ts('These records have been filled in with the imported data.');
     }
     else {
-      /* Skip by default */
+      // Skip by default.
 
       $dupeActionString = ts('These records have not been imported.');
 
       $this->assign('dupeError', TRUE);
 
-      /* only subtract dupes from successful import if we're skipping */
+      // Only subtract dupes from successful import if we're skipping.
 
       $this->set('validRowCount', $totalRowCount - $invalidRowCount -
         $conflictRowCount - $duplicateRowCount - $mismatchCount