Skip to content

Commit 44dface

Browse files
author
Radovan Janjic
committed
Revert "Change $link and $query resource to public"
This reverts commit 9e1210c.
1 parent 9e1210c commit 44dface

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MySQL_wrapper.class.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ class MySQL_wrapper {
8787
public $displayError = TRUE;
8888

8989
/** Link
90-
* @var resource
90+
* @var resurse
9191
*/
92-
public $link = 0;
92+
private $link = 0;
9393

9494
/** Query
95-
* @var resource
95+
* @var resurse
9696
*/
97-
public $query = 0;
97+
private $query = 0;
9898

9999
/** Affected Rows
100100
* @var integer

0 commit comments

Comments
 (0)