mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
Now will properly report current shop for shop 1.
This commit is contained in:
parent
9ab7723b6a
commit
06188f5dfe
@ -488,7 +488,8 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<input type="hidden" name="MM_insert" value="ChangeDate" />
|
||||
</p>
|
||||
</form>
|
||||
<?php if(current_shop_by_ip()>1) echo "current shop"; else echo "no shop"; ?>
|
||||
|
||||
<?php if(current_shop_by_ip()>=1) echo "current shop"; else echo "no shop"; ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
Loading…
x
Reference in New Issue
Block a user