0
1
Fork 0
This commit is contained in:
Juan Ferrer 2020-10-23 13:00:40 +02:00
parent 846d7b9ec8
commit 690218c16e
4 changed files with 5 additions and 4 deletions

View File

@ -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`,

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.33) stable; urgency=low
hedera-web (1.407.34) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.33",
"version": "1.407.34",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -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]
);
}