Changeset 7248

Show
Ignore:
Timestamp:
11/12/08 09:05:29 (3 years ago)
Author:
p_lindheimer
Message:

fixes #3392 can't edit or delete conference if numbered 0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.5/conferences/page.conferences.php

    r6853 r7248  
    7878  echo '<br><h3>'._("Conference").' '.$extdisplay.' '._("deleted").'!</h3><br><br><br><br><br><br><br><br>'; 
    7979} else { 
    80   if ($extdisplay){  
     80  if ($extdisplay != ""){  
    8181    //get details for this meetme 
    8282    $thisMeetme = conferences_get($extdisplay); 
     
    9595 
    9696?> 
    97 <?php   if ($extdisplay){ ?> 
     97<?php   if ($extdisplay != ""){ ?> 
    9898  <h2><?php echo _("Conference:")." ". $extdisplay; ?></h2> 
    9999<?php 
     
    124124  <input type="hidden" name="action" value="<?php echo ($extdisplay ? 'edit' : 'add') ?>"> 
    125125  <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 != ""){ ?> 
    129129    <input type="hidden" name="account" value="<?php echo $extdisplay; ?>"> 
    130130<?php   } else { ?>