From: Alan Knowles Date: Wed, 8 Apr 2015 06:18:18 +0000 (+0800) Subject: Import/Enum.php X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=993b56b5b152c5bde0d0d5a7302a57f6eca35a9f Import/Enum.php --- diff --git a/Import/Enum.php b/Import/Enum.php index 7474dd0..ed8b1e4 100644 --- a/Import/Enum.php +++ b/Import/Enum.php @@ -124,7 +124,7 @@ class Pman_Admin_Import_Enum extends Pman_Roo $count++; } - $this->jok('data imported successfully! total : ' . $count); + $this->jok('data imported successfully! total : ' . $count .'/'. count($rows)); }