Browse Source

Interesting changes made remotely with BlueFish in a Container.

The beginning of changing the logic of using location in transactions, to
using people.
devel
Jonathan Rosenbaum 10 years ago
parent
commit
5636f65d33
  1. 14
      Connections/YBDB.php
  2. 6
      Connections/database_functions.php
  3. 10
      YBDB.php
  4. 4
      include_header.html
  5. 2
      transaction_log.php

14
Connections/YBDB.php

File diff suppressed because one or more lines are too long

6
Connections/database_functions.php

File diff suppressed because one or more lines are too long

10
YBDB.php

File diff suppressed because one or more lines are too long

4
include_header.html

@ -11,7 +11,7 @@ function logout()
function resetTimer()
{
clearTimeout(t);
t=setTimeout(logout,1000*240) //Shop welcome after 240 seconds of inactivity
//t=setTimeout(logout,1000*240) //Shop welcome after 240 seconds of inactivity
}
</script>
@ -30,4 +30,4 @@ function resetTimer()
<td height="40" align="right"><a href="shop_log.php">Current Shop</a> | <a href="start_shop.php"> All Shops</a> | <a href="contact_add_edit_select.php">Edit Contact Info</a> | <a href="stats.php">Statistics</a> | <a href="transaction_log.php">Transaction Log</a> | <a href="http://www.austinyellowbike.org/" target="_blank">YBP Home</a></td>
</tr>
<tr>
<td>
<td>

2
transaction_log.php

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save