[Pview.php-commits] CVS: Pview.php/config series.php,1.10,1.11
Brought to you by:
vko
|
From: Ville K. <vk...@us...> - 2001-12-13 19:43:16
|
Update of /cvsroot/pview-php/Pview.php/config
In directory usw-pr-cvs1:/tmp/cvs-serv31540/config
Modified Files:
series.php
Log Message:
sf email to file headers
Index: series.php
===================================================================
RCS file: /cvsroot/pview-php/Pview.php/config/series.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** series.php 2001/11/18 08:31:42 1.10
--- series.php 2001/12/13 19:43:11 1.11
***************
*** 10,14 ****
"test" => array(
! array("Sample images for Pview.php", "2001", "Helsinki, Finland", "This is a longer description", "© <a href=\"mailto:bl...@ka...\">Ville Koskinen</a> 2001 | You may not use any of these pictures without my permission.", ""),
array("jesus.jpg", "Test shot of tv-screen", "longer description test"),
array("akkuna.jpg", "Panorama picture out of my workroom window"),
--- 10,14 ----
"test" => array(
! array("Sample images for Pview.php", "2001", "Helsinki, Finland", "This is a longer description", "© <a href=\"mailto:vk...@us...\">Ville Koskinen</a> 2001 | You may not use any of these pictures without my permission.", ""),
array("jesus.jpg", "Test shot of tv-screen", "longer description test"),
array("akkuna.jpg", "Panorama picture out of my workroom window"),
***************
*** 20,24 ****
"remotetest" => array(
! array("Sample image test for remote site", "2001", "Helsinki, Finland", "Loooong desc", "© <a href=\"mailto:bl...@ka...\">Ville Koskinen</a> 2001 | You may not use any of these pictures without my permission.", "http://www.helsinki.fi/~vakoskin/images"),
array("jesus.jpg", "Test shot of tv-screen", "longer description test"),
array("akkuna.jpg", "Panorama picture out of my workroom window"),
--- 20,24 ----
"remotetest" => array(
! array("Sample image test for remote site", "2001", "Helsinki, Finland", "Loooong desc", "© <a href=\"mailto:vk...@us...\">Ville Koskinen</a> 2001 | You may not use any of these pictures without my permission.", "http://www.helsinki.fi/~vakoskin/images"),
array("jesus.jpg", "Test shot of tv-screen", "longer description test"),
array("akkuna.jpg", "Panorama picture out of my workroom window"),
|