clarify output on fixup-shadow.php
This commit is contained in:
parent
d2e6664132
commit
b97400bd6f
@ -50,7 +50,7 @@ $encGroup = str_replace($marker, '%', $encGroup);
|
|||||||
$sql = "SELECT * FROM ostatus_profile WHERE uri LIKE '%s' OR uri LIKE '%s'";
|
$sql = "SELECT * FROM ostatus_profile WHERE uri LIKE '%s' OR uri LIKE '%s'";
|
||||||
$oprofile->query(sprintf($sql, $encProfile, $encGroup));
|
$oprofile->query(sprintf($sql, $encProfile, $encGroup));
|
||||||
|
|
||||||
echo "Found $oprofile->N bogus ostatus_profile entries:\n";
|
echo "Found $oprofile->N bogus ostatus_profile entries for local users and groups:\n";
|
||||||
|
|
||||||
while ($oprofile->fetch()) {
|
while ($oprofile->fetch()) {
|
||||||
echo "$oprofile->uri";
|
echo "$oprofile->uri";
|
||||||
@ -58,7 +58,7 @@ while ($oprofile->fetch()) {
|
|||||||
if ($dry) {
|
if ($dry) {
|
||||||
echo " (unchanged)\n";
|
echo " (unchanged)\n";
|
||||||
} else {
|
} else {
|
||||||
echo " deleting...";
|
echo " removing bogus ostatus_profile entry...";
|
||||||
$evil = clone($oprofile);
|
$evil = clone($oprofile);
|
||||||
$evil->delete();
|
$evil->delete();
|
||||||
echo " ok\n";
|
echo " ok\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user