cache: serialize the cache content directly in the cache class
This commit is contained in:
parent
8de5d6d198
commit
5459b00499
8 changed files with 775 additions and 712 deletions
|
@ -21,8 +21,6 @@ function photos_init(&$a) {
|
|||
|
||||
nav_set_selected('home');
|
||||
|
||||
$o = '';
|
||||
|
||||
if ($a->argc > 1) {
|
||||
$nick = $a->argv[1];
|
||||
$user = qu("SELECT * FROM `user` WHERE `nickname` = '%s' AND `blocked` = 0 LIMIT 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue