"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "mrbs-1.9.4/web/del.php" between
mrbs-1.9.4.tar.gz and mrbs-1.10.0.tar.gz

About: MRBS is a web application for booking meeting rooms or other resources (using PHP and MySQL/pgsql).

del.php  (mrbs-1.9.4):del.php  (mrbs-1.10.0)
skipping to change at line 203 skipping to change at line 203
location_header('admin.php'); location_header('admin.php');
} }
else else
{ {
// There are rooms left in the area // There are rooms left in the area
print_header($context); print_header($context);
echo "<p>\n"; echo "<p>\n";
echo get_vocab("delarea"); echo get_vocab("delarea");
$query_vars = array('area' => $area); $query_vars = array('area' => $area);
$query = http_build_query($query_vars, '', '&'); $query = http_build_query($query_vars, '', '&');
echo '<a href="' . htmlspecialchars(multisite("admin.php?$query")) . '">' . get_vocab('backadmin') . '</a>'; echo '<a href="' . htmlspecialchars(multisite("admin.php?$query")) . '">' . get_vocab('back') . '</a>';
echo "</p>\n"; echo "</p>\n";
print_footer(); print_footer();
exit; exit;
} }
} }
throw new \Exception ("Unknown type"); throw new \Exception ("Unknown type");
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)