Clean up uid/randomid/guid changes.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 3 Aug 2010 15:58:03 +0000 (11:58 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 3 Aug 2010 15:58:03 +0000 (11:58 -0400)
commit9cca14d6881277d4eea1f8ebf2859ce4a3233b67
tree2162745fc944a3e8931db5e03e8ac8c449f53d26
parentb8c75212f80691906df4bec65c5975f1f20ab898
Clean up uid/randomid/guid changes.

Use Horde_Support_Randomid:: for local object ids when we need a smaller value,
Use Horde_Support_Guid:: for object uids (not Horde_Support_Uuid:: since these need
to be globally unique).
Use Horde_Support_Uuid for share ids and other cases where we can use a larger value.

I still question the need for even the Randomid in places like internal object ids, when
integer autoincrement fields would suffice.
kronolith/lib/Driver/Sql.php
nag/lib/Driver.php
nag/lib/Driver/Kolab.php
nag/lib/Driver/Sql.php
turba/lib/Driver.php
turba/lib/Driver/Sql.php
turba/scripts/upgrades/public_to_horde_share.php
turba/search.php