From 97bcf2584c56e79c6fbe6323a263a3997f5596c6 Mon Sep 17 00:00:00 2001 From: boston Date: Mon, 12 Aug 2013 22:23:09 +0600 Subject: [PATCH] Update status.c --- ext/mvc/model/query/status.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ext/mvc/model/query/status.c b/ext/mvc/model/query/status.c index b89471aebe9..3599c4f47e7 100644 --- a/ext/mvc/model/query/status.c +++ b/ext/mvc/model/query/status.c @@ -1,4 +1,3 @@ - /* +------------------------------------------------------------------------+ | Phalcon Framework | @@ -52,10 +51,10 @@ * 'year' => 1959 *)); * - *\//Check if the update was successful - *if ($status->success() == true) { + * //Check if the update was successful + * if ($status->success() == true) { * echo 'OK'; - *} + * } * */