eZ Publish  [4.2]
updatenodeassignment.php File Reference

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" ) )
 $quiet = $script->isQuiet()
 $script

Variable Documentation

$cli = eZCLI::instance()

Definition at line 148 of file updatenodeassignment.php.

$options = $script->getOptions( "", "", array( "-q" => "Quiet mode" ) )

Definition at line 143 of file updatenodeassignment.php.

Initial value:
 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-extension' => false ) )

Definition at line 136 of file updatenodeassignment.php.