Commit f0a437dbbd02480fc1548f25734217fc54d64a64

Authored by nbm
1 parent 12243fa8

Use proper style for dictionaries - space after =>


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5131 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/workflow/TypeAssociator.php
... ... @@ -83,7 +83,7 @@ class WorkflowTypeAllocationDispatcher extends KTAdminDispatcher {
83 83 $res = parent::check();
84 84 if (!$res) { return false; }
85 85  
86   - $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name'=>_('Workflow Allocation by Document Types'));
  86 + $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name'=> _('Workflow Allocation by Document Types'));
87 87  
88 88 return true;
89 89 }
... ... @@ -151,4 +151,4 @@ $oPluginRegistry =& KTPluginRegistry::getSingleton();
151 151 $oPluginRegistry->registerPlugin('KTDocTypeWorkflowAssociationPlugin', 'ktstandard.workflowassociation.documenttype.plugin', __FILE__);
152 152  
153 153  
154   -?>
155 154 \ No newline at end of file
  155 +?>
... ...