Subversion Repositories wimsdev

Rev

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

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