set_synapse update
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / eventz / set_synapse_weight.inc
index 80dabe692f264fbca1d6f78f607d3f6e326643b1..32c37f5d88b1260123e33067e1af6e501c993ddc 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
 // Setting weight of the synapse.
-// Synapse is connection betwenn current node and logged user
+// Synapse is connection between current node and logged user
 
 function set_synapse_weight() {
 
        global $db,$error,$node,$permissions,$types;
 
        if (!empty($_POST['synapse_weight'])) {
-               $params['synapse_weight']=$_POST['synapse_weight'];
-               $params['from']=$_SESSION['user_id'];
-               $params['to']=$node['node_id'];
+               $params['weight']=$_POST['synapse_weight'];
+               $params['src']=$_SESSION['user_id'];
+               $params['dst']=$node['node_id'];
 
                nodes::setSynapse($params);
                return true;
This page took 0.104938 seconds and 4 git commands to generate.