get_image_link_fast fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / senate.inc
index 11820734592616e18203642ecc946e230c19df72..f99800dbd64384c2138216cdb66e31267a9930b4 100644 (file)
@@ -3,6 +3,7 @@ define('DAILY_K',30);
 define('REGISTRATION_VOTES',2); //too small so far
 
 // An attempt to remove hard-code constants from code
+define('REGISTRATION_TEXT_NODE',791946);
 define('REGISTRATION_REQUEST_NODE',2091448);
 define('UNVERIFIED_REGISTRATIONS_NODE',1836516);
 
@@ -47,16 +48,10 @@ define('UNVERIFIED_REGISTRATIONS_NODE',1836516);
 // unfriend.inc
 // $q = "update nodes set external_link='', node_parent=123456, node_vector='001234560$node_id' whe
 
-// uprav_zaregistrovanych.inc
-//  node_parent=2091448 and k>=3
-
 // verify.inc
-// node_parent=1836516")
-// $q="update nodes set node_parent=2091448, 
 // node_vector='0000010120914480$userid' where node_id='$user
 
 // vycisti_registracky.inc
-// node_parent=2091448 and k<=4
 // $q="delete from nodes where node_vector like '020914480$noda%'";
 
 // resource.kyberia.php
This page took 0.094048 seconds and 4 git commands to generate.