summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Service/Factory.php
diff options
context:
space:
mode:
authorGravatar cweiske2009-10-24 09:12:10 +0000
committerGravatar cweiske2009-10-24 09:12:10 +0000
commit9f53c3325c99c1602f570efdaf0b6e0df2944f95 (patch)
tree89aa64a2c4538ffda43d1f2c7c87f6e814b4d623 /src/SemanticScuttle/Service/Factory.php
parent5d11ae2fd5a88b5605aa70167516a571822f0e06 (diff)
downloadscuttle-9f53c3325c99c1602f570efdaf0b6e0df2944f95.tar.gz
scuttle-9f53c3325c99c1602f570efdaf0b6e0df2944f95.zip
convert tabs to spaces
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@407 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service/Factory.php')
-rw-r--r--src/SemanticScuttle/Service/Factory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Service/Factory.php b/src/SemanticScuttle/Service/Factory.php
index 0ea9009..2461575 100644
--- a/src/SemanticScuttle/Service/Factory.php
+++ b/src/SemanticScuttle/Service/Factory.php
@@ -112,7 +112,7 @@ class SemanticScuttle_Service_Factory
*/
protected static function loadDb()
{
- global $dbhost, $dbuser, $dbpass, $dbname,
+ global $dbhost, $dbuser, $dbpass, $dbname,
$dbport, $dbpersist, $dbtype;
if (self::$db !== null) {