Changeset 74


Ignore:
Timestamp:
11/23/05 13:53:59 (8 years ago)
Author:
sam
Message:
  • fixed a problem with images
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/index.php

    r73 r74  
    1111$procreate = $_GET['procreate']; 
    1212$music = $_GET['music']; 
     13$files = array(); 
    1314 
    1415function list_images() { 
    1516   global $files; 
    16    $files = array(); 
    1717   $dh = opendir('images/'); 
    1818   while(($file = readdir($dh)) != false) { 
Note: See TracChangeset for help on using the changeset viewer.