changeset 271:4a1d0f3ffa66

Use PHP long tag.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 12:51:49 +0300
parents ed8094e936cc
children 007921f59d98
files mgtool.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Tue May 14 12:41:08 2019 +0300
+++ b/mgtool.php	Tue May 14 12:51:49 2019 +0300
@@ -562,7 +562,7 @@
   }
 
   $str =
-    "<?\n".
+    "<?php\n".
     "\$galData = ".var_export($gallery, TRUE).";\n".
     "\$galAlbumsIndex = ".var_export(array_keys($albums), TRUE).";\n".
     "\$galImagesIndex = ".var_export(array_keys($images), TRUE).";\n".