Changed case
This commit is contained in:
parent
4c104a6cc2
commit
06751470ce
|
@ -111,7 +111,7 @@ class Diaspora
|
||||||
*
|
*
|
||||||
* @return array of relay servers
|
* @return array of relay servers
|
||||||
*/
|
*/
|
||||||
public static function ParticipationsForThread($thread, $contacts)
|
public static function participationsForThread($thread, $contacts)
|
||||||
{
|
{
|
||||||
$r = dba::p("SELECT `contact`.`batch`, `contact`.`id`, `contact`.`name`, `contact`.`network`,
|
$r = dba::p("SELECT `contact`.`batch`, `contact`.`id`, `contact`.`name`, `contact`.`network`,
|
||||||
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
|
`fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user