Comment 6 for bug 1275074

Revision history for this message
Jason Etheridge (phasefx) wrote :

Here's how to hand-patch for those who need to do this:

On each of your Apache servers:

cd /openils/var/web/xul/server/OpenILS/
wget -O lp1275074.patch 'http://git.evergreen-ils.org/?p=Evergreen.git;a=patch;h=db7b99e8ccba2ebf81a345157de5a90ba5387626'
patch --dry-run global_util.js lp1275074.patch

If you see "patching file global_util.js" with no error reported, then do it for real with:

patch global_util.js lp1275074.patch