#415316 by mr.baileys: Remove needless extra clarification about the size of a KB.
parent
b8a8bd35fc
commit
7ec6429c1c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue