Changeset 8868 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/21/08 13:51:02 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8858 r8868  
    1818
    1919                                                 -*-*- 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
    2027
    2128 2008/02/08 Stefan Ruegamer
  • trunk/MagicSoft/Mars/datacenter/db/builddatasets.php

    r8798 r8868  
    772772                    mysql_free_result($result);
    773773
    774                     printf("Remark: only datasets without errors can be inserted.<br>");
    775774                    if ($numerr!=0)
     775                    {
     776                        printf("Remark: only datasets without errors can be inserted.<br>");
    776777                        printf("Your dataset has %s error(s).<br>", $numerr);
     778                    }
    777779                    printf("<input type='checkbox' name='insert' value='On'>insert\n");
    778780
Note: See TracChangeset for help on using the changeset viewer.