Prevent ido-cr+ from using old ido-ubiq as fallback
When upgrading, "ido-cr+-fallback-function" would get set to the
"completing-read-ido" function from the old version of ido-ubiquitous,
which would result in infinite recursion. This commit prevents ido-cr+
from using the old ido-ubiquitous functions.