Update of /cvsroot/meshdb/www/deal
In directory usw-pr-cvs1:/tmp/cvs-serv14389
Modified Files:
index.php
Log Message:
Changed the file to test my commit skills.
Index: index.php
===================================================================
RCS file: /cvsroot/meshdb/www/deal/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.php 10 Aug 2002 11:51:42 -0000 1.2
+++ index.php 10 Aug 2002 14:10:59 -0000 1.3
@@ -1,7 +1,7 @@
<?
include "../db2/config.php";
-
+ #CVS comment
function quote($s) {
if ($s == "") return "null";
else return "'".mysql_escape_string($s)."'";
|