Skip to content

Commit

Permalink
Updated comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
gamort committed Jun 19, 2012
1 parent 64aba3f commit a0478eb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/joomla/session/storage/database.php
Expand Up @@ -80,9 +80,10 @@ public function write($id, $data)
{
return false;
}
// Since $db->execute did not throw an exception, so the query was successful.
// Either the data changed, or the data was identical.
// In either case we are done.
/* Since $db->execute did not throw an exception, so the query was successful.
Either the data changed, or the data was identical.
In either case we are done.
*/
return true;
}
catch (Exception $e)
Expand Down

0 comments on commit a0478eb

Please sign in to comment.