Fixed a bug in AdminBar's clipboard code where a standard hash was

used instead of a CPHash for database access.
This commit is contained in:
Steve Simms 2004-02-01 04:15:26 +00:00
parent 930cce7355
commit b7e52c330c
2 changed files with 13 additions and 9 deletions

View file

@ -36,4 +36,6 @@
- Added some processing functions to programatically add meta tags,
javascript, and link tags to the head block of a page from anywhere within
webgui.
- Fixed a bug in AdminBar's clipboard code where a standard hash was
used instead of a CPHash for database access. (Thanks to Steve Simms.)