Author: sevein
Date: Fri Jan 13 12:07:26 2012
New Revision: 10669

Log:
Ops, fix regex again

Modified:
   trunk/apps/qubit/modules/contactinformation/actions/editComponent.class.php

Modified: 
trunk/apps/qubit/modules/contactinformation/actions/editComponent.class.php
==============================================================================
--- trunk/apps/qubit/modules/contactinformation/actions/editComponent.class.php 
Fri Jan 13 11:32:12 2012        (r10668)
+++ trunk/apps/qubit/modules/contactinformation/actions/editComponent.class.php 
Fri Jan 13 12:07:26 2012        (r10669)
@@ -119,7 +119,7 @@
       {
         if (isset($item['id']))
         {
-          $this->contactInformation = 
QubitContactInformation::getById(preg_replace('/^(.*)\/(\d+)$/', '$1', 
$item['id']));
+          $this->contactInformation = 
QubitContactInformation::getById(preg_replace('/^.*\/(\d+)$/', '$1', 
$item['id']));
         }
         else
         {

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to