synapse_weight typo fix
authorniekt0 <niekt0@kyberia.cz>
Mon, 4 Apr 2011 11:55:36 +0000 (13:55 +0200)
committerniekt0 <niekt0@kyberia.cz>
Mon, 4 Apr 2011 11:55:36 +0000 (13:55 +0200)
wwwroot/backend/mysql/backend.inc

index 3c6da90495ac84ad5161203abd618af515b62319..515b344aa00d701f4b52671bb35029d220fdd738 100644 (file)
@@ -405,7 +405,7 @@ function getSynapseWeight($user_id,$node_id){
                $user_id." and dst = ".$node_id." and link='synapse'");
 
        $set->next();
-       $synapes_weight=$set->getString('synapse_weight');
+       $synapse_weight=$set->getString('synapse_weight');
 
        if (! ($synapse_weight) ) { $synapse_weight = 1;}       
 
This page took 0.103591 seconds and 4 git commands to generate.