2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
$output.='<p>'.t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_directory_page()</code> function. Sample instructions:
$output.='<p>'.t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions:
<ul>
<li>Enable the page module. Select create content >> page.</li>
<li>For input format, select PHP code.</li>
<li>Give the page a title. For body, put:
<pre>
<?php
print drupal_directory_page();
print drupal_client_page();
?>
</pre>
<li>Save the page.</li>
...
...
@@ -187,7 +187,7 @@ function drupal_client_ping($client, $system) {
db_query("UPDATE {client} SET link = '%s', name = '%s', mail = '%s', slogan = '%s', mission = '%s', users = %d, nodes = %d, version = '%s', changed = '%s' WHERE cid = %d",$client['uid'],$client['link'],$client['name'],$client['mail'],$client['slogan'],$client['mission'],$client['users'],$client['nodes'],$client['version'],time(),$client['cid']);
$output.='<p>'.t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_directory_page()</code> function. Sample instructions:
$output.='<p>'.t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions:
<ul>
<li>Enable the page module. Select create content >> page.</li>
<li>For input format, select PHP code.</li>
<li>Give the page a title. For body, put:
<pre>
<?php
print drupal_directory_page();
print drupal_client_page();
?>
</pre>
<li>Save the page.</li>
...
...
@@ -187,7 +187,7 @@ function drupal_client_ping($client, $system) {
db_query("UPDATE {client} SET link = '%s', name = '%s', mail = '%s', slogan = '%s', mission = '%s', users = %d, nodes = %d, version = '%s', changed = '%s' WHERE cid = %d",$client['uid'],$client['link'],$client['name'],$client['mail'],$client['slogan'],$client['mission'],$client['users'],$client['nodes'],$client['version'],time(),$client['cid']);