Show
Ignore:
Timestamp:
04/29/05 14:21:46 (7 years ago)
Author:
fproulx
Message:

2005-04-29 Fran�ois Proulx <francois.proulx@…>

  • Removed all inline unuseful javascript code on submit buttons onclick='submit()'
  • This conflicted with the actual click on the submit button in Safari
  • Fixed check in Network for isOwner, only check superAdmin
  • Fixed bug so you can't add an existing content group to itself ( deadlock )
  • Started coding Pattern language narrative display
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/admin/hotspot.php

    r573 r601  
    167167        try { 
    168168                $node = Node::getObject($node_id); 
    169             $node->delete(); 
     169            $node->delete($errmsg); 
    170170        } catch (Exception $e) { 
    171171            echo '<p class="warning">'.$e->getMessage().'</p>';