This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
metaupdater
mirror of
https://github.com/adrianshort/metaupdater.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use old-style empty array
master
Adrian Short
9 years ago
parent
893495c3ca
commit
25f1f97247
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
metaupdater.php
+ 1
- 1
metaupdater.php
View File
@@ -44,7 +44,7 @@ function as_metaupdater_page() {
echo "<h3>Results</h3>";
$success = 0;
$not_found =
[]
;
$not_found =
array()
;
foreach( $data as $row ) {
Write
Preview
Loading…
Cancel
Save