register fix
[mirrors/Kyberia-bloodline.git] / cron / register.php
index 43b2bc1da910246744aca981fb4c51146519e7ad..939c9ff55965573d5827af512541a2e6595035dc 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/local/bin/php
+#!/usr/bin/php
+
 <?php
 /*
  * Script that register new users who gaind enough K (votes)
@@ -50,8 +51,9 @@ while ($set->next()) {
       $mail=$set->getString('email');
       mail($mail,"kyberia gate is opened","Vitaj v kyberii");
 
-      //VHODNE POSLAT ZACIATOCNIKOVI POSTU
-      ubik::ubikMail($params);
+      //VHODNE POSLAT ZACIATOCNIKOVI POSTU 
+      // XXX undefined params FIX
+//      ubik::ubikMail($params);
 }
 
 ?>
This page took 0.156774 seconds and 4 git commands to generate.