[llvm-commits] CVS: nightlytest-serverside/SQLQuery.php

Jim Laskey jlaskey at apple.com
Tue Sep 19 10:48:13 PDT 2006



Changes in directory nightlytest-serverside:

SQLQuery.php updated: 1.4 -> 1.5
---
Log message:

leave query in form

---
Diffs of the changes:  (+1 -1)

 SQLQuery.php |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: nightlytest-serverside/SQLQuery.php
diff -u nightlytest-serverside/SQLQuery.php:1.4 nightlytest-serverside/SQLQuery.php:1.5
--- nightlytest-serverside/SQLQuery.php:1.4	Tue Sep 19 12:46:04 2006
+++ nightlytest-serverside/SQLQuery.php	Tue Sep 19 12:47:59 2006
@@ -31,7 +31,7 @@
 		<TD>Password:</TD> <TD><INPUT NAME="Password" ID="Password" TYPE="password" VALUE="$password" SIZE="30"><BR></TD>
 	</TR>
 	<TR>
-		<TD>Query:</TD> <TD><TEXTAREA ID="Queries" NAME="Queries" ROWS="10" COLS="100"></TEXTAREA><BR></TD>
+		<TD>Query:</TD> <TD><TEXTAREA ID="Queries" NAME="Queries" ROWS="10" COLS="100">$queries</TEXTAREA><BR></TD>
 	</TR>
 </TABLE>
 <BUTTON TYPE="submit" ID="Send" NAME="Send" VALUE="Send">Query</BUTTON><BR>






More information about the llvm-commits mailing list