PM-1040. Remove code from the Community version. Fix EOT space

This commit is contained in:
Freddy Daniel Rojas Valda
2014-12-05 16:59:40 -04:00
parent 99f853a877
commit 91de514063

View File

@@ -31,13 +31,8 @@ G::LoadSystem("dbMaintenance");
G::LoadClass("cli"); G::LoadClass("cli");
CLI::taskName('upgrade'); CLI::taskName('upgrade');
CLI::taskDescription(<<<EOT CLI::taskDescription("Upgrade workspaces.\n\n This command should be run after ProcessMaker files are upgraded so that all workspaces are upgraded to the current version.");
Upgrade workspaces.
This command should be run after ProcessMaker files are upgraded so that all
workspaces are upgraded to the current version.
EOT
);
CLI::taskOpt("buildACV", "If the option is enabled, performs the Build Cache View.", "ACV", "buildACV"); CLI::taskOpt("buildACV", "If the option is enabled, performs the Build Cache View.", "ACV", "buildACV");
CLI::taskRun("run_upgrade"); CLI::taskRun("run_upgrade");
/*----------------------------------********---------------------------------*/ /*----------------------------------********---------------------------------*/