Skip to content

Commit

Permalink
Merge pull request #1070 from xboston/patch-6
Browse files Browse the repository at this point in the history
Update status.c
  • Loading branch information
Phalcon committed Aug 13, 2013
2 parents ec5553a + 97bcf25 commit b0d1aab
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ext/mvc/model/query/status.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
+------------------------------------------------------------------------+
| Phalcon Framework |
Expand Down Expand Up @@ -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';
*}
* }
*</code>
*/

Expand Down

0 comments on commit b0d1aab

Please sign in to comment.