Vergleich inc/tasks/delayedmoderation.php - 1.8.19 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 109Zeile 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 169Zeile 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'])