1
0
Fork 0
mirror of synced 2025-03-31 11:56:14 +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 <?php
switch($conn->getState()) switch($conn->getState()):
case Doctrine_Connection::STATE_ACTIVE: case Doctrine_Connection::STATE_ACTIVE:
// connection open and zero open transactions // connection open and zero open transactions
break; break;