purchased code from who knows where
-
apparently my company that is merged with another company and then split. Somewhere along the line. They(not sure who they is) bought some old ASP code for doing some calculations. Top of every ASP Page `if strCurrentUserID = blnAdm OR blnPL then` where strCurrentUSerID is something like 'rnbergren' and blnAdm and blnPL is a true/false value. REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh! the really fun thing is this has been in production for years! I mean years!
To err is human to really mess up you need a computer
-
apparently my company that is merged with another company and then split. Somewhere along the line. They(not sure who they is) bought some old ASP code for doing some calculations. Top of every ASP Page `if strCurrentUserID = blnAdm OR blnPL then` where strCurrentUSerID is something like 'rnbergren' and blnAdm and blnPL is a true/false value. REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh! the really fun thing is this has been in production for years! I mean years!
To err is human to really mess up you need a computer
rnbergren wrote:
this has been in production for years! I mean years!
Then don't fix what aint broken. ;)
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
-
apparently my company that is merged with another company and then split. Somewhere along the line. They(not sure who they is) bought some old ASP code for doing some calculations. Top of every ASP Page `if strCurrentUserID = blnAdm OR blnPL then` where strCurrentUSerID is something like 'rnbergren' and blnAdm and blnPL is a true/false value. REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh! the really fun thing is this has been in production for years! I mean years!
To err is human to really mess up you need a computer
-
apparently my company that is merged with another company and then split. Somewhere along the line. They(not sure who they is) bought some old ASP code for doing some calculations. Top of every ASP Page `if strCurrentUserID = blnAdm OR blnPL then` where strCurrentUSerID is something like 'rnbergren' and blnAdm and blnPL is a true/false value. REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh! the really fun thing is this has been in production for years! I mean years!
To err is human to really mess up you need a computer
You need some ASPirin :-\
-
apparently my company that is merged with another company and then split. Somewhere along the line. They(not sure who they is) bought some old ASP code for doing some calculations. Top of every ASP Page `if strCurrentUserID = blnAdm OR blnPL then` where strCurrentUSerID is something like 'rnbergren' and blnAdm and blnPL is a true/false value. REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh! the really fun thing is this has been in production for years! I mean years!
To err is human to really mess up you need a computer
rnbergren wrote:
REwriting the entire thing to be `if (blnAdm or blnPL) then` gesh!
Ctrl-Shift-H, and replace an entire team. Bidding starts at 40k/annum.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
rnbergren wrote:
this has been in production for years! I mean years!
Then don't fix what aint broken. ;)
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
Just because it works does not mean that it is not broken. It is amazing the number of things duck-tape will fix.
INTP "Program testing can be used to show the presence of bugs, but never to show their absence." - Edsger Dijkstra "I have never been lost, but I will admit to being confused for several weeks. " - Daniel Boone