|
eZ Publish
[trunk]
|
Go to the source code of this file.
Classes | |
| class | updateNodeAssignment |
| Update script for bug 15478:Node assignment is not removed when removing node from child list Cleaning up the unused data in eznode_assignment table whose relevant record in ezcontentobject_tree has been deleted when removing a node in the bug. More... | |
Variables | |
| $cli = eZCLI::instance() | |
| $options = $script->getOptions( "", "", array( "-q" => "Quiet mode" ) ) | |
| $script | |
| $cli = eZCLI::instance() |
Definition at line 124 of file updatenodeassignment.php.
| $options = $script->getOptions( "", "", array( "-q" => "Quiet mode" ) ) |
Definition at line 120 of file updatenodeassignment.php.
eZScript::instance( array( 'description' => "eZ Publish node assignment update script. " . "This script will clean up unused node assignment entries because of bug 15478: " . "node assignment is not removed when removing node from child list", 'use-session' => false, 'use-modules' => false, 'use-extensions' => true ) )
Definition at line 113 of file updatenodeassignment.php.