Code

Added some changes to fix divlist in goto_task.
[gosa.git] / html / getvcard.php
index d17ff0ce30e97e999984bfe6cdf46a03ed56e75d..a1c68bc829a5259d3484a875d46bf5836700250a 100644 (file)
@@ -26,7 +26,7 @@ session_start ();
 
 /* Logged in? Simple security check */
 if (!isset($_SESSION['ui'])){
-  gosa_log ("Error: getvcard.php called without session");
+  new log("security","all/all","",array(),"Error: getvcard.php called without session") ;
   header ("Location: index.php");
   exit;
 }