1
0
mirror of synced 2025-03-25 09:23:51 +03:00

php syntax

This commit is contained in:
runa 2007-02-06 14:41:00 +00:00
parent 6e1e8fb85b
commit 28547ee7f4

View File

@ -1,5 +1,5 @@
<?php
switch($conn->getState())
switch($conn->getState()):
case Doctrine_Connection::STATE_ACTIVE:
// connection open and zero open transactions
break;