Subversion Repositories wimsdev

Rev

Rev 11210 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !! +var+ +file+
  2. tit:checkdata
  3. type:$type_var
  4. alias:checkdatamodule
  5. syntax:!checkdata
  6. mean:This command is used to check whether datamodules required by\
  7.   the present module are installed on the server. It returns "yes" if every\
  8.   required datamodule is installed or if no datamodule is required. Otherwise\
  9.   it returns the address of the first missing datamodule.\
  10.   <p>\
  11.   If your module depends on datamodules to run, declare them in the INDEX\
  12.   file, then use this command to check the presence of the datamodules. If\
  13.   the answer is "no", you can take actions to lock further access to your\
  14.   module and/or show error messages.\
  15.   </p>
  16.