mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Now will properly report current shop for shop 1.
This commit is contained in:
+2
-1
@@ -488,7 +488,8 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
|||||||
<input type="hidden" name="MM_insert" value="ChangeDate" />
|
<input type="hidden" name="MM_insert" value="ChangeDate" />
|
||||||
</p>
|
</p>
|
||||||
</form>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user