forked from verdnatura/hedera-web
Hotfix
This commit is contained in:
parent
846d7b9ec8
commit
690218c16e
|
@ -1,6 +1,7 @@
|
|||
CREATE OR REPLACE
|
||||
ALGORITHM = UNDEFINED
|
||||
DEFINER=`root`@`%`
|
||||
ALGORITHM = UNDEFINED VIEW `hedera`.`myTicketService` AS
|
||||
VIEW `hedera`.`myTicketService` AS
|
||||
select
|
||||
`s`.`id` AS `id`,
|
||||
`s`.`description` AS `description`,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.33) stable; urgency=low
|
||||
hedera-web (1.407.34) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.33",
|
||||
"version": "1.407.34",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -35,7 +35,7 @@ class Account {
|
|||
[$userName]
|
||||
);
|
||||
if (!$hasAccount)
|
||||
$db->getValue('DELETE FROM account.userSync WHERE name = #',
|
||||
$db->query('DELETE FROM account.userSync WHERE name = #',
|
||||
[$userName]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue