typo
This commit is contained in:
parent
740edcfdb6
commit
bd6b65ed8d
@ -114,8 +114,8 @@ function process_command($line) {
|
|||||||
echo "Permission denied.";
|
echo "Permission denied.";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(argc > 1) {
|
if(argc() > 1) {
|
||||||
for($x = 1; $x < argc; $x ++) {
|
for($x = 1; $x < argc(); $x ++) {
|
||||||
$r = q("select * from abook left join xchan on abook_xchan = xchan_hash where abook_id = %d and abook_channel = %d",
|
$r = q("select * from abook left join xchan on abook_xchan = xchan_hash where abook_id = %d and abook_channel = %d",
|
||||||
intval(argv($x)),
|
intval(argv($x)),
|
||||||
intval(local_user())
|
intval(local_user())
|
||||||
|
Reference in New Issue
Block a user