[PC-BSD Commits] r1782 - websites/pbidir.com/bibivu/lib
svn at pcbsd.org
svn at pcbsd.org
Fri Apr 25 19:09:52 PDT 2008
Author: fabry
Date: 2008-04-25 19:09:52 -0700 (Fri, 25 Apr 2008)
New Revision: 1782
Modified:
websites/pbidir.com/bibivu/lib/pbi.php
Log:
modified size of url fields for pbis.
Modified: websites/pbidir.com/bibivu/lib/pbi.php
===================================================================
--- websites/pbidir.com/bibivu/lib/pbi.php 2008-04-26 00:13:31 UTC (rev 1781)
+++ websites/pbidir.com/bibivu/lib/pbi.php 2008-04-26 02:09:52 UTC (rev 1782)
@@ -208,7 +208,7 @@
'edit_link'=>false,
'edit' => true,
'type' => 'string',
- 'length'=> 50,
+ 'length'=> 150,
'values'=> NULL,
'text' => 'Vendor URI',
'required' => false,
@@ -344,7 +344,7 @@
'edit_link'=>false,
'edit' => true,
'type' => 'string',
- 'length'=> 50,
+ 'length'=> 150,
'values'=> NULL,
'text' => 'Offsite Download URI',
'required' => false,
More information about the Commits
mailing list