Zeile 109 | Zeile 109 |
---|
// $delayedmoderation['tids'] should be a single tid if(count($tids) != 1) {
|
// $delayedmoderation['tids'] should be a single tid if(count($tids) != 1) {
|
continue;
| continue 2;
|
}
// explode at # sign in a url (indicates a name reference) and reassign to the url
| }
// explode at # sign in a url (indicates a name reference) and reassign to the url
|
Zeile 169 | Zeile 169 |
---|
if(!$mergethread['tid']) {
|
if(!$mergethread['tid']) {
|
continue;
| continue 2;
|
}
if($mergetid == $delayedmoderation['tids']) { // sanity check
|
}
if($mergetid == $delayedmoderation['tids']) { // sanity check
|
continue;
| continue 2;
|
}
if($input['subject'])
| }
if($input['subject'])
|