Fix for empty refid
authorRoland Häder <roland@mxchange.org>
Fri, 19 Dec 2008 22:41:16 +0000 (22:41 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 19 Dec 2008 22:41:16 +0000 (22:41 +0000)
inc/databases.php
inc/modules/guest/what-wernis_portal.php

index ec2fb5dc224e68e19d4d562f32534342b827ae33..ccf528d3b37de13b5cdad0b4eb2cbd6ffcf378b1 100644 (file)
@@ -115,7 +115,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "688");
+define('CURR_SVN_REVISION', "689");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index b816ef637c0117201991a9c911fd1561695a8db8..fa37e336630a31661b7677892b9da2b82ac0957f 100644 (file)
@@ -56,7 +56,7 @@ $rdf->set_Options(
        array(
                'textinput' => "hidden",
                'sitelink'  => "http://www.wds66.com",
-               'refid'     => bigintval(getConfig('wernis_refid')),
+               'refid'     => getConfig('wernis_refid'),
                'reflink'   => "/ref.php?refid=",
        )
 );