Changeset 7248
- Timestamp:
- 11/12/08 09:05:29 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.5/conferences/page.conferences.php
r6853 r7248 78 78 echo '<br><h3>'._("Conference").' '.$extdisplay.' '._("deleted").'!</h3><br><br><br><br><br><br><br><br>'; 79 79 } else { 80 if ($extdisplay ){80 if ($extdisplay != ""){ 81 81 //get details for this meetme 82 82 $thisMeetme = conferences_get($extdisplay); … … 95 95 96 96 ?> 97 <?php if ($extdisplay ){ ?>97 <?php if ($extdisplay != ""){ ?> 98 98 <h2><?php echo _("Conference:")." ". $extdisplay; ?></h2> 99 99 <?php … … 124 124 <input type="hidden" name="action" value="<?php echo ($extdisplay ? 'edit' : 'add') ?>"> 125 125 <table> 126 <tr><td colspan="2"><h5><?php echo ($extdisplay ? _("Edit Conference") : _("Add Conference")) ?><hr></h5></td></tr>127 <tr> 128 <?php if ($extdisplay ){ ?>126 <tr><td colspan="2"><h5><?php echo ($extdisplay != "" ? _("Edit Conference") : _("Add Conference")) ?><hr></h5></td></tr> 127 <tr> 128 <?php if ($extdisplay != ""){ ?> 129 129 <input type="hidden" name="account" value="<?php echo $extdisplay; ?>"> 130 130 <?php } else { ?>
