Go to the source code of this file.
Namespaces | |
FDL | |
Variables | |
$usage = new ApiUsage() | |
global | $action |
$dbaccess = $action->dbaccess | |
if($dbaccess=="") | $o = new DbObj($dbaccess) |
$q = new QueryDb($dbaccess, "DocAttr") | |
$la = $q->Query(0, 0, "TABLE") | |
foreach($la as $k=> $v) | $sql = "update doc set fulltext=null;" |
print $sql | n |
global $action |
Definition at line 28 of file fulltextReinit.php.
$dbaccess = $action->dbaccess |
Definition at line 29 of file fulltextReinit.php.
$la = $q->Query(0, 0, "TABLE") |
Definition at line 38 of file fulltextReinit.php.
Definition at line 34 of file fulltextReinit.php.
$q = new QueryDb($dbaccess, "DocAttr") |
Definition at line 35 of file fulltextReinit.php.
foreach ($la as $k=> $v) $sql = "update doc set fulltext=null;" |
Definition at line 51 of file fulltextReinit.php.
Definition at line 22 of file fulltextReinit.php.
print $sql n |
Definition at line 52 of file fulltextReinit.php.