<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -47,7 +47,11 @@ class PDOStatementCaching extends PDOStatement {
     }
     
     function &amp;cachedExecute($arr = null, $timeout = 30) {
-        $hash = 'sqlc'.hash('sha1', $this-&gt;queryString.serialize($arr));
+	if(function_exists('hash')) {
+	        $hash = 'sqlc'.hash('sha1', $this-&gt;queryString.serialize($arr));
+	} else {
+	        $hash = 'sqlc'.sha1($this-&gt;queryString.serialize($arr));
+	}
         if(MemoryCache::find($hash)) {
             return MemoryCache::get($hash);
         }</diff>
      <filename>htdocs/include/Database.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -10,7 +10,7 @@ require_once(&quot;localsettings.inc.php&quot;);
 require_once(SMARTY_DIR.&quot;/Smarty.class.php&quot;);
 require_once(&quot;PasteUtil.class.php&quot;);
 require_once(&quot;dates.inc.php&quot;);
-require_once(&quot;oid_inline_finish.inc.php&quot;);
+// require_once(&quot;oid_inline_finish.inc.php&quot;);
 require_once(&quot;gettext.inc.php&quot;);
 
 function smarty_block_dynamic($param, $content, &amp;$smarty) {</diff>
      <filename>htdocs/include/Template.class.php</filename>
    </modified>
    <modified>
      <diff>@@ -11,14 +11,6 @@
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/archive1&quot;&gt;{t}Archives{/t}&lt;/a&gt;&lt;/div&gt;
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/tools.php&quot;&gt;{t}Tools / APIs{/t}&lt;/a&gt;&lt;/div&gt;
 &lt;div class=&quot;link&quot;&gt;&lt;a href=&quot;/donate.php&quot;&gt;{t}Donate{/t}&lt;/a&gt;
-&lt;div style=&quot;text-align:center;font-size:75%;background:#ddd&quot;&gt;
-&lt;b&gt;Top Donations&lt;/b&gt;&lt;br/&gt;
-Anonymous: $100.00&lt;br/&gt;
-Roger W Turner: $50.00&lt;br/&gt;
-Tilghman J Lesher: $50.00&lt;br/&gt;
-Ben Finney: Private&lt;br/&gt;
-Leif Madsen: $20.00
-&lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;
 &lt;/div&gt;</diff>
      <filename>tpl/footer.tpl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d0ae6b7ec543c75c4fdc74594522deeb887e67c3</id>
    </parent>
    <parent>
      <id>61d4fc00fd3d267c2437d5032af8f274bc2c5bca</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Olesen</name>
    <email>slepp-github@slepp.ca</email>
  </author>
  <url>http://github.com/slepp/pastebin.ca/commit/e26b28aacf3a3b3d8a0c4a474f6cbb0260c69fda</url>
  <id>e26b28aacf3a3b3d8a0c4a474f6cbb0260c69fda</id>
  <committed-date>2008-12-19T18:43:57-08:00</committed-date>
  <authored-date>2008-12-19T18:43:57-08:00</authored-date>
  <message>Merge branch 'master' of git@github.com:slepp/pastebin.ca</message>
  <tree>4248899585293d07ecb637b9a9ede95caf646c4c</tree>
  <committer>
    <name>Stephen Olesen</name>
    <email>slepp-github@slepp.ca</email>
  </committer>
</commit>
