You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: funciones/configuracion_searcher.php
+39-2
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,43 @@
512
512
$postal_code = '';
513
513
$vat = '';
514
514
}
515
-
$sql = "UPDATE members SET name='".$name."',surname='".$surname."',country='".$country."',language='".$language."',phone='".$phone."',email='".$email."',renewal='".date("Y-m-d",strtotime($renewal))."',quota='".$quota."',type='".$type."',comment='".$comment."',status='".$status."', institution='".$institution."', address='".$address."', postal_code='".$postal_code."', vat='".$vat."' WHERE cod='".$cod."'";
515
+
516
+
$sql = "SELECT renewal,email_renewal,email_expired FROM members WHERE cod='".$cod."'";
0 commit comments