Skip to content

Commit

Permalink
Revert "Revert "Change $link and $query resource to public""
Browse files Browse the repository at this point in the history
This reverts commit 44dface.
  • Loading branch information
Radovan Janjic committed Oct 2, 2014
1 parent 44dface commit 2e81bed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MySQL_wrapper.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ class MySQL_wrapper {
public $displayError = TRUE;

/** Link
* @var resurse
* @var resource
*/
private $link = 0;
public $link = 0;

/** Query
* @var resurse
* @var resource
*/
private $query = 0;
public $query = 0;

/** Affected Rows
* @var integer
Expand Down

0 comments on commit 2e81bed

Please sign in to comment.