X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=inline;f=wwwroot%2Fbackend%2Fmysql%2Fbackend.inc;h=515b344aa00d701f4b52671bb35029d220fdd738;hb=8f32f1b8cf34b1840a4b5f470eb87433bb0e1339;hp=3c6da90495ac84ad5161203abd618af515b62319;hpb=186fa4a9024e7751d47272b7e01347479e1cfe25;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/backend/mysql/backend.inc b/wwwroot/backend/mysql/backend.inc index 3c6da90..515b344 100644 --- a/wwwroot/backend/mysql/backend.inc +++ b/wwwroot/backend/mysql/backend.inc @@ -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;}