Update of /cvsroot/openfirst/photogallery/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv24999
Modified Files:
newgallery.php
Log Message:
Noticed it displays a timestamp at the top of the creation msg of the gallery.
Index: newgallery.php
===================================================================
RCS file: /cvsroot/openfirst/photogallery/admin/newgallery.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** newgallery.php 13 Oct 2003 18:00:27 -0000 1.8
--- newgallery.php 12 Nov 2003 01:41:09 -0000 1.9
***************
*** 43,47 ****
mkdir("../".$gallerydir.$_POST['galleryname']."/thumbs",0777) or die("<br><br><center>Can't create folder! [ <a href='index.php'>Manage</a> ]");
- echo time();
ofirst_dbquery("INSERT INTO ofirst_photogallery_galleries (GalleryName, Author, Dates, Description) values(
'".$_POST['galleryname']."', '".$user->user."', '".time()."',
--- 43,46 ----
|