mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
make 'PHP "register_argc_argv"' easier to translate, may require fix for po2php
This commit is contained in:
parent
b2290f4f12
commit
9b6e91086b
2 changed files with 3 additions and 1 deletions
|
@ -45,6 +45,8 @@ function poco_init(&$a) {
|
|||
|
||||
if($justme)
|
||||
$sql_extra = " and `contact`.`self` = 1 ";
|
||||
else
|
||||
$sql_extra = " and `contact`.`self` = 0 ";
|
||||
|
||||
if($cid)
|
||||
$sql_extra = sprintf(" and `contact`.`id` = %d ",intval($cid));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue