Skip to content

Commit

Permalink
Remove commented out code/comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 25, 2017
1 parent 67f23e3 commit 74491a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions turba/lib/Driver/Vbook.php
Expand Up @@ -44,8 +44,6 @@ class Turba_Driver_Vbook extends Turba_Driver
* - source: The configuration array of the parent source or the
* source name of parent source in the global cfgSources
* array.
* - source_name: If providing the configuration array in 'source',
* this is the source name to use for the parent source.
*/
public function __construct($name = '', array $params = array())
{
Expand Down
1 change: 0 additions & 1 deletion turba/lib/Factory/Driver.php
Expand Up @@ -102,7 +102,6 @@ public function create($name, $name2 = '', $cfgSources = array())
break;

case 'Turba_Driver_Vbook':
// $srcConfig['params']['source_name'] = $srcConfig['params']['source'];
$srcConfig['params']['source'] = $cfgSources[$srcConfig['params']['source']];
break;
}
Expand Down

0 comments on commit 74491a2

Please sign in to comment.