add ticket controller fix, change version to -0.0.92

This commit is contained in:
2016-10-23 20:58:26 +02:00
parent 88db9de462
commit a556c605a8
3 changed files with 8 additions and 4 deletions

View File

@@ -25,9 +25,9 @@ class TicketController extends Controller {
$result = $command->execute ();
\Yii::info ( "Tickets updated flag door: " . $result );
// $command = $connection->createCommand ( Ticket::$SQL_UPDATE );
// $result = $command->execute ();
// \Yii::info ( "Tickets updated: " . $result );
$command = $connection->createCommand ( Ticket::$SQL_UPDATE );
$result = $command->execute ();
\Yii::info ( "Tickets updated: " . $result );
//
//
// $command = $connection->createCommand ( Card::$SQL_FIX_KEY_STATUS );