Changeset 8234
- Timestamp:
- Sep 8, 2008, 8:51:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/modules/admin/do/csv_member.php
r8211 r8234 24 24 $allflag = $requests['allflag']; 25 25 26 $errors = array(); 26 27 if (!$allflag && ($start_id < 1 || $end_id < 1)) { 27 28 $errors[] = '範囲指定のメンバーIDは1以上の整数値で入力してください';
Note: See TracChangeset
for help on using the changeset viewer.