Author: jablko
Date: Thu Sep 24 15:43:47 2009
New Revision: 3519
Log:
Fix typo in last commit, doh!
Modified:
trunk/lib/model/QubitObject.php
Modified: trunk/lib/model/QubitObject.php
==============================================================================
--- trunk/lib/model/QubitObject.php Thu Sep 24 15:12:59 2009 (r3518)
+++ trunk/lib/model/QubitObject.php Thu Sep 24 15:43:47 2009 (r3519)
@@ -35,7 +35,7 @@
{
$objectTermRelation->save();
}
- case (PropelException $e)
+ catch (PropelException $e)
{
}
}
@@ -53,7 +53,7 @@
{
$note->save();
}
- case (PropelException $e)
+ catch (PropelException $e)
{
}
}
@@ -71,7 +71,7 @@
{
$relation->save();
}
- case (PropelException $e)
+ catch (PropelException $e)
{
}
}
@@ -89,7 +89,7 @@
{
$relation->save();
}
- case (PropelException $e)
+ catch (PropelException $e)
{
}
}
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---