X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fgallery.inc;fp=inc%2Fgallery.inc;h=0000000000000000000000000000000000000000;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=e4ed0f964dd6e3f1fabe636d922ea3b97c3e3517;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/gallery.inc b/inc/gallery.inc deleted file mode 100644 index e4ed0f9..0000000 --- a/inc/gallery.inc +++ /dev/null @@ -1,30 +0,0 @@ -fields["name"]."'"; - $set=$this->query($q); - if ($set->_numRows==0) { - - $q="INSERT INTO albums set "; - $q.="title='".$gallerydata->fields["title"]."',"; - $q.="name='".$gallerydata->fields["name"]."',"; - $q.="description='".$gallerydata->fields["description"]."',"; - $q.="hits='".$gallerydata->fields["clicks"]."',"; - $q.="fotos='".count($gallerydata->photos)."'"; - $this->query($q); -} -} - -} \ No newline at end of file