Parcourir la source

Use old-style empty array

master
Adrian Short il y a 9 ans
Parent
révision
25f1f97247
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      metaupdater.php

+ 1
- 1
metaupdater.php Voir le fichier

@@ -44,7 +44,7 @@ function as_metaupdater_page() {
echo "<h3>Results</h3>";

$success = 0;
$not_found = [];
$not_found = array();

foreach( $data as $row ) {



Chargement…
Annuler
Enregistrer