[Phpslash-commit] [CVS phpslash-dev] no need to pass a copy of the global
Brought to you by:
joestewart,
nhruby
|
From: Luis M <le...@us...> - 2005-05-19 01:51:29
|
Commit in phpslash-dev/include/modules/infolog on MAIN
Infolog.class +1 -1 1.1 -> 1.2
<pre class="comment">
no need to pass a copy of the global
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/include/modules/infolog<br /></span>
<div class="fileheader"><big><b>Infolog.class</b></big> <small id="info">1.1 -> 1.2</small></div>
<pre class="diff"><small id="info">diff -u -r1.1 -r1.2
--- Infolog.class 15 Sep 2004 23:31:47 -0000 1.1
+++ Infolog.class 19 May 2005 01:51:21 -0000 1.2
@@ -18,7 +18,7 @@
</small></pre><pre class="diff" id="context"> function Infolog () {
global $_PSL;
</pre><pre class="diff" id="removed">- $this->psl = $_PSL;
</pre><pre class="diff" id="added">+ $this->psl = <span id="addedchars">&</span>$_PSL;
</pre><pre class="diff" id="context"> $this->message = '';
/* Start a db */
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|