[Phpslash-commit] [CVS phpslash-dev] class needs to use own siblings not globalz
Brought to you by:
joestewart,
nhruby
|
From: Luis M <le...@us...> - 2005-04-28 04:36:41
|
Commit in phpslash-dev/include/modules/story on MAIN
Story.class +2 -2 1.14 -> 1.15
<pre class="comment">
class needs to use own siblings not globalz
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/include/modules/story<br /></span>
<div class="fileheader"><big><b>Story.class</b></big> <small id="info">1.14 -> 1.15</small></div>
<pre class="diff"><small id="info">diff -u -r1.14 -r1.15
--- Story.class 28 Apr 2005 03:46:52 -0000 1.14
+++ Story.class 28 Apr 2005 04:36:34 -0000 1.15
@@ -1,6 +1,6 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-/* $Id: Story.class,v 1.1<span id="removedchars">4 2005/04/28 03:46:52</span> lems1 Exp $ */
</pre><pre class="diff" id="added">+/* $Id: Story.class,v 1.1<span id="addedchars">5 2005/04/28 04:36:34</span> lems1 Exp $ */
</pre><pre class="diff" id="context">
/*
* Class: Story
</pre><pre class="diff"><small id="info">@@ -437,7 +437,7 @@
</small></pre><pre class="diff" id="context"> 'RELATED' => $related
));
}
</pre><pre class="diff" id="removed">- if ( $<span id="removedchars">_PSL</span>['article_updatehits'] == "true" )
</pre><pre class="diff" id="added">+ if ( $<span id="addedchars">this->psl</span>['article_updatehits'] == "true" )
</pre><pre class="diff" id="context"> {
$sql_article_update_hits = "UPDATE psl_story set hits=hits+1 where story_id=$story_id";
$this->db->query($sql_article_update_hits);
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|