[Firebug-cvs] firebug/web/demo temphum.php,1.2,1.3
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-05-11 23:23:48
|
Update of /cvsroot/firebug/firebug/web/demo In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3947/demo Modified Files: temphum.php Log Message: Refactored more code. Index: temphum.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/demo/temphum.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** temphum.php 2 Apr 2004 22:51:24 -0000 1.2 --- temphum.php 11 May 2004 23:23:38 -0000 1.3 *************** *** 18,22 **** <?php ! $dbname = "foobar"; $tblname = "cumulative"; $mote_id = $HTTP_POST_VARS["motes"]; --- 18,22 ---- <?php ! $dbname = "testem"; $tblname = "cumulative"; $mote_id = $HTTP_POST_VARS["motes"]; |