Voting

: max(one, four)?
(Example: nine)

The Note You're Voting On

doppelbauer at gmail dot com
18 years ago
Windows does not support locking the database. You may use $_ENV to determine the OS:

$locking = (stripos($_ENV['OS'],'windows') === false ? 'd' : 'l');

<< Back to user notes page

To Top