1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 17:03:22 -05:00

Removes unneccesary code.

This commit is contained in:
Jonathan Rosenbaum 2017-11-05 01:16:52 +00:00
parent 44748ca740
commit 8be7a8a9b3

View File

@ -1,9 +1,6 @@
<?php <?php
// new logic // new logic
$page_edit_contact = PAGE_EDIT_CONTACT;
$page_shop_log = PAGE_SHOP_LOG;
if($_GET['visit_id']>0){ if($_GET['visit_id']>0){
$visit_id = $_GET['visit_id']; $visit_id = $_GET['visit_id'];
} else { } else {