r26178 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r26177
|
r26178
|
r26179
>
Date:
13:23, 27 September 2007
Author:
greg
Status:
old
Tags:
Comment:
Use "private", thanks Nick.
Modified paths:
/trunk/phase3/includes/Database.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Database.php
—
—
@@ -42,7 +42,7 @@
43
43
* This allows us to distinguish a blob from a normal string and an array of strings
44
44
*/
45
45
class Blob {
46
- var $data;
46
+ private $data;
47
47
function __construct($data) {
48
48
$this->mData = $data;
49
49
}
Follow-up revisions
Revision
Commit summary
Author
Date
r26257
Merged revisions 26134-26247 via svnmerge from...
david
19:06, 30 September 2007
Status & tagging log
15:21, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r26178
[
removed:
ok
added:
old]