[Pkg-owncloud-commits] [owncloud] 12/111: changed type to decimal

David Prévot taffit at moszumanska.debian.org
Wed Nov 20 21:38:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4b01eaf6cce42b830adf337c058c12b5705f12eb
Author: Oliver Gasser <oliver.gasser at gmail.com>
Date:   Tue Nov 12 13:47:47 2013 +0100

    changed type to decimal
---
 lib/private/db/mdb2schemareader.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/db/mdb2schemareader.php b/lib/private/db/mdb2schemareader.php
index 9890bec..e4de6cd 100644
--- a/lib/private/db/mdb2schemareader.php
+++ b/lib/private/db/mdb2schemareader.php
@@ -193,7 +193,7 @@ class MDB2SchemaReader {
 				} else {
 					$options['default'] = '';
 				}
-				if ($type == 'integer' || $type == 'numeric') {
+				if ($type == 'integer' || $type == 'decimal') {
 					$options['default'] = 0;
 				} elseif ($type == 'boolean') {
 					$options['default'] = false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list