[Scrutinizer] Fix undeclared variables part 7: mod/ and view/
- Remove unused function `salmon_return()`
This commit is contained in:
parent
2234bb92ae
commit
7a38fbf84b
7 changed files with 14 additions and 21 deletions
|
@ -141,6 +141,7 @@ function uexport_all(App $a) {
|
|||
uexport_account($a);
|
||||
echo "\n";
|
||||
|
||||
$total = 0;
|
||||
$r = q("SELECT count(*) as `total` FROM `item` WHERE `uid` = %d ",
|
||||
intval(local_user())
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue