fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17191] more on external login


From: sigurdne
Subject: [Fmsystem-commits] [17191] more on external login
Date: Tue, 24 Oct 2017 07:14:30 -0400 (EDT)

Revision: 17191
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17191
Author:   sigurdne
Date:     2017-10-24 07:14:30 -0400 (Tue, 24 Oct 2017)
Log Message:
-----------
more on external login

Modified Paths:
--------------
    trunk/bookingfrontend/inc/custom/default/MinId2.php

Modified: trunk/bookingfrontend/inc/custom/default/MinId2.php
===================================================================
--- trunk/bookingfrontend/inc/custom/default/MinId2.php 2017-10-24 07:24:26 UTC 
(rev 17190)
+++ trunk/bookingfrontend/inc/custom/default/MinId2.php 2017-10-24 11:14:30 UTC 
(rev 17191)
@@ -133,16 +133,6 @@
                                }
                        }
 
-                       if ($this->debug)
-                       {
-                               $results[] = array
-                               (
-                                       'orgnr' => 964965226
-                               );
-                               $orgs_validate[] = 964965226;
-
-                       }
-
                        $hash = sha1($fodselsnr);
                        $ssn =  '{SHA1}' . base64_encode($hash);
 
@@ -166,6 +156,11 @@
                                $orgs_validate[] = $organization_number;
 
                        }
+                       if ($this->debug)
+                       {
+                               _debug_array($results);
+                               die();
+                       }
 
                        return $results;
                }
@@ -221,7 +216,6 @@
                                _debug_array($httpCode);
                                echo "Returdata:<br/>";
                                _debug_array($ret);
-                               die();
                        }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]