diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 10:02:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 10:02:18 +0000 |
commit | bc9778e02f6ba953c8437e8e9f4cc1f211a0232e (patch) | |
tree | a8461df8e180fb38cbbb480add5245db07162ac3 /include/socgraph.php | |
parent | a83d2efe84c40b5440e96e1f55c6bce1f7d50232 (diff) | |
download | volse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.tar.gz volse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.tar.bz2 volse-hubzilla-bc9778e02f6ba953c8437e8e9f4cc1f211a0232e.zip |
poco: remove unused parameters
Diffstat (limited to 'include/socgraph.php')
-rw-r--r-- | include/socgraph.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/socgraph.php b/include/socgraph.php index 5b913dcfd..874086788 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -332,7 +332,7 @@ function update_suggestions() { } -function poco($a,$extended = false) { +function poco() { $system_mode = false; |