Changeset 1955 in subversion
- Timestamp:
- Oct 7, 2008 3:11:06 PM (5 years ago)
- Location:
- trunk/roundcubemail/bin
- Files:
-
- 5 edited
-
dumpschema.php (modified) (2 diffs, 1 prop)
-
html2text.php (modified) (1 prop)
-
killcache.php (modified) (1 prop)
-
modcss.php (modified) (1 prop)
-
quotaimg.php (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/bin/dumpschema.php
- Property svn:keywords set to Id
r1954 r1955 45 45 'quote_identifier' => true, 46 46 'force_defaults' => false, 47 'portability' => false 47 'portability' => false, 48 'disable_smart_seqname' => true, 49 'seqname_format' => '%s' 48 50 ); 49 51 … … 51 53 $schema->db->supported['transactions'] = false; 52 54 55 53 56 // send as text/xml when opened in browser 54 57 if ($_SERVER['REMOTE_ADDR']) -
trunk/roundcubemail/bin/html2text.php
- Property svn:keywords set to Id
-
trunk/roundcubemail/bin/killcache.php
- Property svn:keywords set to Id
-
trunk/roundcubemail/bin/modcss.php
- Property svn:keywords set to Id
-
trunk/roundcubemail/bin/quotaimg.php
- Property svn:keywords set to Id
Note: See TracChangeset
for help on using the changeset viewer.
