A simple PHP object which connects to a mysql database, selects fields, creates users and more..
[code]
<?phpclass dbCon{ public function __construct(... Read More »
splittochunks splits the string up into an array with elements containing 140 characters or less. This enables you to keep words intact when sending automated twitter messages.
$to is needed in order to subtract from 140 the amount of characters allowed. This is important because a long username could create problems with messages being too long. This could be done pragmatically, and would be relatively simple to do, but was n... Read More »
[code]
// Add 'node' back to list of classes because many js based // admin modules key off of .node instead of AT's preferred .article.$classes = explode... Read More »
[code]
// Added to support admin theme in webform resultsfunction webform_init() { // Support admin theme setting, based on system_init().... Read More »