OSDN Git Service

FIX: デバッグ動作時に発生する警告に対処
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / media.php
index ddeebaf..3ee21a2 100755 (executable)
@@ -164,7 +164,10 @@ function media_select() {
                </tr>
 
        <?php
-
+       
+       $idxStart = 0;
+       $idxEnd = 0;
+       
        if (sizeof($arr)>0) {
 
                if (($offset + $CONF['MediaPerPage']) >= sizeof($arr))