From: Matt M. <pro...@us...> - 2004-12-09 01:45:50
|
Update of /cvsroot/webschool/webschool/mods/SOTM In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17514/mods/SOTM Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/webschool/webschool/mods/SOTM/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 8 Dec 2004 03:08:01 -0000 1.8 --- index.php 9 Dec 2004 01:45:27 -0000 1.9 *************** *** 24,28 **** if( $_GET['op'] == "getpic" ) { ! db(__FILE__,__LINE__,"Select * From "._SOTM_." Where date='".$_GET['date']."'"); $res = dbr(); --- 24,29 ---- if( $_GET['op'] == "getpic" ) { ! //kill anything already put in, we wanna draw stuff! ! ob_clean(); db(__FILE__,__LINE__,"Select * From "._SOTM_." Where date='".$_GET['date']."'"); $res = dbr(); |