[Archon-L] Question about controlcard.inc.php
Mickey Soltys
msoltys at lib.siu.edu
Fri Apr 13 09:30:11 MDT 2007
I noticed that there are some addresses hard coded in the default
version of controlcard.inc.php. The code is as follows and starts around
line 548:
<?php
foreach ($objCollection->LocationEntries as $loc)
{
?>
<tr>
<td><?php echo($loc->Content);?></td> <?php
if ($loc->LocationID<5 || ($loc->LocationID>7 and
$loc->LocationID<22) )
{
?>
<td>Archives Research Center, 1707 S.
Orchard</td>
<?php
}
elseif ($loc->LocationID==23)
{
?>
<td>SACAM, Band Building</td>
<?php
}
elseif ($loc->LocationID>=27)
{
?>
<td>19 Library, 1408 W. Gregory Drive</td>
Has anyone else noticed this? I had to hack this to display the correct
address for our institution. Is there a plan to incorporate these
locations into the Archon database?
Thanks,
Mickey Soltys
Morris Library
Southern Illinois University
Carbondale, IL
More information about the Archon
mailing list