Changeset 9548 for trunk/MagicSoft/Mars/datacenter/db/include.php
- Timestamp:
- 02/22/10 13:55:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/include.php
r9509 r9548 266 266 } 267 267 268 function PrintSubmittedQuery($query0, $ html, $db, $old)268 function PrintSubmittedQuery($query0, $db, $old) 269 269 { 270 270 //diplay query on old websites 271 271 if (empty($old)) 272 printf("<tr class='Block' id='showquery' style='display:none'><td>"); 273 else 274 printf("<tr class='Block' id='showquery' style='display:block'><td>"); 275 if ($html=="1") 276 { 277 printf("<b>DB:</b> %s <br>", $db); 278 printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0)); 279 } 280 printf("</td></tr>"); 272 printf("<tr class='Block' id='showquery' style='display:none'><td>\n"); 273 else 274 printf("<tr class='Block' id='showquery' style='display:block'><td>\n"); 275 printf("<b>DB:</b> %s <br>\n", $db); 276 printf("<U><B>submitted query:</B></U><BR>%s<BR>\n", htmlspecialchars($query0)); 277 printf("</td></tr>\n"); 281 278 } 282 279
Note:
See TracChangeset
for help on using the changeset viewer.