projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ed5507
)
Default to being quiet instead of generating output (this should probably be done...
author
Chuck Hagenbuch
<chuck@horde.org>
Mon, 4 Jan 2010 03:00:41 +0000
(22:00 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Thu, 7 Jan 2010 03:19:54 +0000
(22:19 -0500)
framework/Db/lib/Horde/Db/Migration/Base.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Migration/Base.php
b/framework/Db/lib/Horde/Db/Migration/Base.php
index
f1260b9
..
dfc4cc5
100644
(file)
--- a/
framework/Db/lib/Horde/Db/Migration/Base.php
+++ b/
framework/Db/lib/Horde/Db/Migration/Base.php
@@
-27,7
+27,7
@@
class Horde_Db_Migration_Base
* Print messages as migrations happen
* @var boolean
*/
- public $verbose =
tru
e;
+ public $verbose =
fals
e;
/**
* The migration version
@@
-48,7
+48,7
@@
class Horde_Db_Migration_Base
/**
*/
- public function __construct(Horde_Db_Adapter_Base $connection, $version = null, $verbose =
tru
e)
+ public function __construct(Horde_Db_Adapter_Base $connection, $version = null, $verbose =
fals
e)
{
$this->_connection = $connection;
$this->version = $version;