Subversion Repositories SvarDOS

Rev

Rev 736 | Rev 738 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 736 Rev 737
Line 145... Line 145...
145
  if (empty($lsmarray['version'])) {
145
  if (empty($lsmarray['version'])) {
146
    echo "ERROR: lsm file in {$fname} does not contain a version\n";
146
    echo "ERROR: lsm file in {$fname} does not contain a version\n";
147
    continue;
147
    continue;
148
  }
148
  }
149
  if (strlen($lsmarray['version']) > 16) {
149
  if (strlen($lsmarray['version']) > 16) {
150
    echo "WARNING: version string in lsm file of {$fname} is too long (16 chars max)\n";
150
    echo "ERROR: version string in lsm file of {$fname} is too long (16 chars max)\n";
151
    continue;
151
    continue;
152
  }
152
  }
153
  if (empty($lsmarray['description'])) {
153
  if (empty($lsmarray['description'])) {
154
    echo "ERROR: lsm file in {$fname} does not contain a description\n";
154
    echo "ERROR: lsm file in {$fname} does not contain a description\n";
155
    continue;
155
    continue;