Update wanted ebooks list

This commit is contained in:
Alex Cabal 2022-07-18 15:46:37 -05:00
parent 987f3219a9
commit 9e202c4f49
2 changed files with 4 additions and 4 deletions

View file

@ -141,7 +141,7 @@ try{
if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){ if($payment->User !== null && preg_match('/\b(L\.?L\.?C\.?|Foundation|President|Fund|Charitable)\b/ius', $payment->User->Name)){
$payment->User = null; $payment->User = null;
} }
$log->Write(vds($payment));
// All set - create the payment // All set - create the payment
try{ try{
$payment->Create(); $payment->Create();

View file

@ -284,9 +284,6 @@ require_once('Core.php');
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/2944">Essays by Ralph Waldo Emerson</a> (<a href="https://www.gutenberg.org/ebooks/2945">Part 2</a>), to be compiled into a single “Essays”</p> <p><a href="https://www.gutenberg.org/ebooks/2944">Essays by Ralph Waldo Emerson</a> (<a href="https://www.gutenberg.org/ebooks/2945">Part 2</a>), to be compiled into a single “Essays”</p>
</li> </li>
<li>
<p><a href="https://www.gutenberg.org/ebooks/13334">Tales of Soldiers and Civilians</a> by Ambrose Bierce</p>
</li>
<li> <li>
<p><a href="http://hilobrow.com/2013/03/11/theodore-savage-1/">Theodore Savage</a> by Cicely Hamilton</p> <p><a href="http://hilobrow.com/2013/03/11/theodore-savage-1/">Theodore Savage</a> by Cicely Hamilton</p>
</li> </li>
@ -434,6 +431,9 @@ require_once('Core.php');
</ul> </ul>
<h2>Advanced productions</h2> <h2>Advanced productions</h2>
<ul> <ul>
<li>
<p><a href="https://www.gutenberg.org/ebooks/13334">Tales of Soldiers and Civilians</a> by Ambrose Bierce. (Multiple versions exist, research must be done to ensure a complete collection without duplicates across other Bierce collections.)</p>
</li>
<li> <li>
<p><a href="https://www.gutenberg.org/ebooks/32474">The Memoirs of the Conquistadors</a> by Bernal Díaz del Castillo (<a href="https://www.gutenberg.org/ebooks/32475">Volume 2</a>)</p> <p><a href="https://www.gutenberg.org/ebooks/32474">The Memoirs of the Conquistadors</a> by Bernal Díaz del Castillo (<a href="https://www.gutenberg.org/ebooks/32475">Volume 2</a>)</p>
</li> </li>