[Toxicengine-cvs] website/admin/tools admin_pagehit_to_pageid.php,1.1,1.2
Status: Alpha
Brought to you by:
jperret
From: Jonathan P. <jp...@us...> - 2004-10-21 22:36:47
|
Update of /cvsroot/toxicengine/website/admin/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22176/admin/tools Modified Files: admin_pagehit_to_pageid.php Log Message: updated contact information Index: admin_pagehit_to_pageid.php =================================================================== RCS file: /cvsroot/toxicengine/website/admin/tools/admin_pagehit_to_pageid.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** admin_pagehit_to_pageid.php 2 Oct 2004 01:44:44 -0000 1.1 --- admin_pagehit_to_pageid.php 21 Oct 2004 22:36:07 -0000 1.2 *************** *** 2,20 **** /* toxic - A Global Illumination Renderer ! Copyright (C) 2003-2004 Francois Beaune ! Contact: be...@ai... ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software --- 2,20 ---- /* toxic - A Global Illumination Renderer ! Copyright (C) 2004 The toxic Project ! http://toxicengine.sourceforge.net ! This file is part of toxic. ! toxic is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ! toxic is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. ! You should have received a copy of the GNU General Public License along with toxic; if not, write to the Free Software *************** *** 53,57 **** else $pageid = $key; } ! if(strlen($pageid) < 1) { echo 'ERROR: cannot convert ' . $page_hit_row['pageid'] . '<br>'; --- 53,57 ---- else $pageid = $key; } ! if(strlen($pageid) < 1) { echo 'ERROR: cannot convert ' . $page_hit_row['pageid'] . '<br>'; |