Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Administrator
UA Expert
Commits
9fb8e22d
Commit
9fb8e22d
authored
4 years ago
by
Javi Safont
Browse files
Options
Download
Email Patches
Plain Diff
Parche trial
parent
6ae39fc4
master
develop
develop2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
login.php
+1
-1
login.php
with
1 addition
and
1 deletion
+1
-1
login.php
View file @
9fb8e22d
...
...
@@ -98,7 +98,7 @@ if ($_POST["user"]!='') {
$rstipo
=
$link
->
query
(
"select * from productos where prod_redsys_service_id =
$subscription->id_service
"
);
if
(
$rstipo
)
while
(
$sql_oktipo
=
$rstipo
->
fetch_assoc
())
{
$id
=
$sql_oktipo
[
'prod_id'
];
$link
->
query
(
"update users set user_producto =
$id
where user_id =
$userloginid
"
);
$link
->
query
(
"update users set user_producto =
$id
, trial_period = 0
where user_id =
$userloginid
"
);
$redsysok
=
true
;
break
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help