projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b5a6d6
)
List all applications, not just active ones (rsalmon (at) mbpgroup (dot) com, Bug...
author
Chuck Hagenbuch
<chuck@horde.org>
Thu, 4 Feb 2010 15:31:38 +0000
(10:31 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 4 Feb 2010 15:31:38 +0000
(10:31 -0500)
horde/bin/db_migrate
patch
|
blob
|
history
diff --git
a/horde/bin/db_migrate
b/horde/bin/db_migrate
index
9eca150
..
15d1b04
100755
(executable)
--- a/
horde/bin/db_migrate
+++ b/
horde/bin/db_migrate
@@
-23,7
+23,7
@@
if (empty($args[0])) {
$cli->fatal("An application argument is required");
}
$app = $args[0];
-if (!in_array($app, $GLOBALS['registry']->listApps())) {
+if (!in_array($app, $GLOBALS['registry']->listApps(
'inactive', 'hidden', 'notoolbar', 'heading', 'block', 'admin', 'active'
))) {
$cli->fatal("$app is not a configured Horde application");
}
$action = 'up';