Browse Source

Now will properly report current shop for shop 1.

devel
Jonathan Rosenbaum 10 years ago
parent
commit
06188f5dfe
  1. 3
      transaction_log.php

3
transaction_log.php

@ -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…
Cancel
Save