- Timestamp:
- 02/21/08 13:51:02 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8858 r8868 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2008/02/21 Daniela Dorner 22 23 * datacenter/db/builddatasets.php: 24 - display 'Remark' only in case of errors 25 26 20 27 21 28 2008/02/08 Stefan Ruegamer -
trunk/MagicSoft/Mars/datacenter/db/builddatasets.php
r8798 r8868 772 772 mysql_free_result($result); 773 773 774 printf("Remark: only datasets without errors can be inserted.<br>");775 774 if ($numerr!=0) 775 { 776 printf("Remark: only datasets without errors can be inserted.<br>"); 776 777 printf("Your dataset has %s error(s).<br>", $numerr); 778 } 777 779 printf("<input type='checkbox' name='insert' value='On'>insert\n"); 778 780
Note:
See TracChangeset
for help on using the changeset viewer.