Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
dochelp.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * View Help Document
8  *
9  * @author Anakeen
10  * @version $Id: family_help.php,v 1.4 2007/09/04 09:09:10 eric Exp $
11  * @package FDL
12  */
13 /**
14  */
15 
16 include_once ("Lib.Http.php");
17 include_once ("FDL/Class.Doc.php");
18 
19 function dochelp(Action & $action)
20 {
21 
22  $docid = $action->getArgument("id");
23  $anchor = $action->getArgument("anchor");
24  $dbaccess = $action->dbaccess;
25  $doc = new_doc($dbaccess, $docid);
26  if (!$doc->isAlive()) {
27  }
28 
29  redirect($action, "FDL", "IMPCARD&id=$docid#$anchor");
30 }
dochelp(Action &$action)
Definition: dochelp.php:19
global $action
$docid
Definition: cleanFamily.php:13
static getArgument($k, $def= '')
$dbaccess
Definition: checkVault.php:17
← centre documentaire © anakeen