Diff for /FreeBSD/tinderbox2/webui/index.php between versions 1.2 and 1.3

version 1.2, 2007/10/20 17:33:35 version 1.3, 2007/10/20 17:46:16
Line 24 Line 24
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF  # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.  # SUCH DAMAGE.
 #  #
# $Paefchen$# $Paefchen: FreeBSD/tinderbox2/webui/index.php,v 1.2 2007/10/20 17:33:35 as Exp $
 # $MCom: portstools/tinderbox/webui/index.php,v 1.22 2007/10/13 02:28:47 ade Exp $  # $MCom: portstools/tinderbox/webui/index.php,v 1.22 2007/10/13 02:28:47 ade Exp $
 #  #
   
Line 141  switch( $action ) { Line 141  switch( $action ) {
                                         break;                                          break;
         case 'latest_buildports_rss':          case 'latest_buildports_rss':
                                         print $moduleRss->display_latest_buildports();                                          print $moduleRss->display_latest_buildports();
                                        exit                                        exit;
         case 'list_builds':          case 'list_builds':
         default:                        $display    = $moduleBuilds->display_list_builds();          default:                        $display    = $moduleBuilds->display_list_builds();
                                         break;                                          break;

Removed from v.1.2  
changed lines
  Added in v.1.3