#415316 by mr.baileys: Remove needless extra clarification about the size of a KB.

merge-requests/26/head
Angie Byron 2009-04-11 23:01:35 +00:00
parent b8a8bd35fc
commit 7ec6429c1c
1 changed files with 1 additions and 3 deletions

View File

@ -162,9 +162,7 @@ define('DRUPAL_ANONYMOUS_RID', 1);
define('DRUPAL_AUTHENTICATED_RID', 2);
/**
* The number of bytes in a kilobyte. The scientific standard for kilo is 1000,
* but used commonly in the field of computers to represent 1024 bits. For more
* information on the different standards please visit:
* The number of bytes in a kilobyte. For more information, visit
* http://en.wikipedia.org/wiki/Kilobyte.
*/
define('DRUPAL_KILOBYTE', 1024);