projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4b16f
)
r2917 - amplifyCell(): do not repeat calculation already performed
author
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 29 Jun 2009 16:47:27 +0000
(16:47 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 29 Jun 2009 16:47:27 +0000
(16:47 +0000)
inc/database.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/database.php
b/inc/database.php
index f9c20ee5e45da2e36438c59d3491594144e187b1..f2e19b145dd87f90d8934a13130dc87efce30b98 100644
(file)
--- a/
inc/database.php
+++ b/
inc/database.php
@@
-427,7
+427,6
@@
function amplifyCell (&$record, $dummy = NULL)
$record['files'] = getFilesOfEntity ($record['realm'], $record['id']);
break;
case 'ipv4net':
- $record['ip_bin'] = ip2long ($record['ip']);
$record['parent_id'] = getIPv4AddressNetworkId ($record['ip'], $record['mask']);
break;
case 'file':